From ff8cd46c50b12cdc3d567043a7ad631dbf69a67c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 21 Mar 2023 20:23:53 +0100 Subject: Fix typo --- library/src/meta/counter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/src') 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 -- cgit v1.2.3