diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-03-21 20:23:53 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-03-21 20:23:53 +0100 |
| commit | ff8cd46c50b12cdc3d567043a7ad631dbf69a67c (patch) | |
| tree | b5a4fee14ed4e16657524fe4c0dcf55c99728b09 /library/src/meta/counter.rs | |
| parent | 4428646c9997171e3aea25ad2f0c151755f072da (diff) | |
Fix typo
Diffstat (limited to 'library/src/meta/counter.rs')
| -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 |
