diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:09:53 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-09-09 18:09:53 +0200 |
commit | a742e4877c15d0788eab3ea65a414f17592620c4 (patch) | |
tree | d0dae02126eb6cc933b8897be6fbeca4c553b7b6 /readme.md | |
parent | da49e8015f4d0bfa8341215c11e74acdb67e5cb5 (diff) | |
download | markdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.tar.gz markdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.tar.bz2 markdown-rs-a742e4877c15d0788eab3ea65a414f17592620c4.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |