aboutsummaryrefslogtreecommitdiffstats
path: root/docs/change_log
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2018-02-17 10:58:49 +0100
committerWaylan Limberg <waylan.limberg@icloud.com>2018-02-17 15:15:56 -0500
commitb0e993a23ab96562d9e0e86fcba715c9d8b9ffcf (patch)
treea03bed6b9f7faece3a7a9c7cb91825b0081d5c90 /docs/change_log
parent8c0698b013edeb82586290e637df7c30ede81b5a (diff)
downloadmarkdown-b0e993a23ab96562d9e0e86fcba715c9d8b9ffcf.tar.gz
markdown-b0e993a23ab96562d9e0e86fcba715c9d8b9ffcf.tar.bz2
markdown-b0e993a23ab96562d9e0e86fcba715c9d8b9ffcf.zip
Fix typos
Diffstat (limited to 'docs/change_log')
-rw-r--r--docs/change_log/release-2.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/change_log/release-2.1.md b/docs/change_log/release-2.1.md
index 5a8bdad..5b994d4 100644
--- a/docs/change_log/release-2.1.md
+++ b/docs/change_log/release-2.1.md
@@ -90,7 +90,7 @@ do a conversion.
Methods on instances of the Markdown class that do not return results can now
be changed allowing one to do `md.reset().convert(moretext)`.
-The Markdown class was refactored so that a subclass could define it's own
+The Markdown class was refactored so that a subclass could define its own
`build_parser` method which would build a completely different parser. In
other words, one could use the basic machinery in the markdown library to
build a parser of a different markup language without the overhead of building