diff options
Diffstat (limited to 'library/src')
| -rw-r--r-- | library/src/meta/counter.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/meta/counter.rs b/library/src/meta/counter.rs index c407219f..0ebf144c 100644 --- a/library/src/meta/counter.rs +++ b/library/src/meta/counter.rs @@ -145,7 +145,7 @@ use crate::prelude::*; /// #mine.step() /// ``` /// -/// Let's disect what happens in the example above: +/// Let's dissect what happens in the example above: /// /// - We call [`locate`]($func/locate) to get access to the current location in /// the document. We then pass this location to our counter's `at` method to |
