summaryrefslogtreecommitdiff
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
parent4428646c9997171e3aea25ad2f0c151755f072da (diff)
Fix typo
-rw-r--r--README.md2
-rw-r--r--library/src/meta/counter.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 79eef0eb..0c9dcb4c 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ it is:
<img alt="Example" width="900" src="https://user-images.githubusercontent.com/17899797/226325459-6baa66fa-4c11-4eba-8f04-ef0fa796aa50.png"/>
</p>
-Let's disect what's going on:
+Let's dissect what's going on:
- We use _set rules_ to configure element properties like the size of pages or
the numbering of headings. By setting the page height to `auto`, it scales to
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