summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-03-21 20:23:53 +0100
committerLaurenz <laurmaedje@gmail.com>2023-03-21 20:23:53 +0100
commitff8cd46c50b12cdc3d567043a7ad631dbf69a67c (patch)
treeb5a4fee14ed4e16657524fe4c0dcf55c99728b09 /library
parent4428646c9997171e3aea25ad2f0c151755f072da (diff)
Fix typo
Diffstat (limited to 'library')
-rw-r--r--library/src/meta/counter.rs2
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