summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 15:14:37 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-05-22 15:14:37 +0100
commitb87a23e3c3edcb518c9238ee86d6e7682bc742c1 (patch)
tree7162a1fa033b86798ffc59bae333c55039453eba
parent881533163593bc176a0d8c8fcce88a1fd33e596a (diff)
downloadsubplot-b87a23e3c3edcb518c9238ee86d6e7682bc742c1.tar.gz
subplotlib: Fix broken link in ContextElement::step_stops
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
-rw-r--r--subplotlib/src/scenario.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplotlib/src/scenario.rs b/subplotlib/src/scenario.rs
index cd83ac1..cca7721 100644
--- a/subplotlib/src/scenario.rs
+++ b/subplotlib/src/scenario.rs
@@ -81,7 +81,7 @@ pub trait ContextElement: Default + Send + 'static {
/// Exit from a step function
///
- /// See [the `enter_step` function][ContextElement::enter_step] for most
+ /// See [the `step_starts` function][ContextElement::step_starts] for most
/// details of this.
///
/// Any error returned from this will be masked if the step function itself