aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:09:53 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-09-09 18:09:53 +0200
commita742e4877c15d0788eab3ea65a414f17592620c4 (patch)
treed0dae02126eb6cc933b8897be6fbeca4c553b7b6 /readme.md
parentda49e8015f4d0bfa8341215c11e74acdb67e5cb5 (diff)
downloadmarkdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.tar.gz
markdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.tar.bz2
markdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.zip
Fix typo
Diffstat (limited to '')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index bdc22ce..acef03c 100644
--- a/readme.md
+++ b/readme.md
@@ -290,7 +290,7 @@ The code example in the markdown as HTML will first look like this:
</code></pre>
```
-Opening that page in a browser, we’d see the `<code>` being swapped with:
+Opening that page in a browser, we’d see that being swapped with:
<!-- prettier-ignore -->
```html