diff options
author | Waylan Limberg <waylan@gmail.com> | 2014-02-11 22:54:26 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2014-02-11 22:54:26 -0500 |
commit | 11594ebe857234a8e872c4220ea19781959cc745 (patch) | |
tree | 1ccd996df6daf820561341b764f0f558242444ec | |
parent | 315143fe68db5feaf2a2f80aaac9846e051ac40a (diff) | |
parent | 2a4beaae363cd6d2d73f5717185c5a8a24e25e14 (diff) | |
download | markdown-11594ebe857234a8e872c4220ea19781959cc745.tar.gz markdown-11594ebe857234a8e872c4220ea19781959cc745.tar.bz2 markdown-11594ebe857234a8e872c4220ea19781959cc745.zip |
Merge pull request #284 from eichin/patch-2
typo
-rw-r--r-- | docs/reference.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference.txt b/docs/reference.txt index 8200739..20e9eeb 100644 --- a/docs/reference.txt +++ b/docs/reference.txt @@ -289,7 +289,7 @@ string must be passed to one of two instance methods: md.reset() html2 = md.convert(text2) - You can also change calls to `reset` together: + You can also chain calls to `reset` together: html3 = md.reset().convert(text3) |