aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMark Eichin <eichin-github@thok.org>2014-02-11 03:00:37 -0500
committerMark Eichin <eichin-github@thok.org>2014-02-11 03:00:37 -0500
commit2a4beaae363cd6d2d73f5717185c5a8a24e25e14 (patch)
tree1ccd996df6daf820561341b764f0f558242444ec /docs
parent315143fe68db5feaf2a2f80aaac9846e051ac40a (diff)
downloadmarkdown-2a4beaae363cd6d2d73f5717185c5a8a24e25e14.tar.gz
markdown-2a4beaae363cd6d2d73f5717185c5a8a24e25e14.tar.bz2
markdown-2a4beaae363cd6d2d73f5717185c5a8a24e25e14.zip
typo
chaining calls, not changing calls
Diffstat (limited to 'docs')
-rw-r--r--docs/reference.txt2
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)