about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Choate <choatemd@miamioh.edu>2015-08-28 14:34:15 -0400
committerMichael Choate <choatemd@miamioh.edu>2015-08-28 14:34:15 -0400
commit645d7ae739da255dbef79c48613acb9e25baac47 (patch)
tree4689bae0054855a274e0011d565c33a7150789ee
parentab792abf1fcc28afbd315426213f6428da25c085 (diff)
downloadrust-645d7ae739da255dbef79c48613acb9e25baac47.tar.gz
rust-645d7ae739da255dbef79c48613acb9e25baac47.zip
Fix typo in loops.md
-rw-r--r--src/doc/trpl/loops.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/loops.md b/src/doc/trpl/loops.md
index a91fb8dadaf..56f928687b0 100644
--- a/src/doc/trpl/loops.md
+++ b/src/doc/trpl/loops.md
@@ -134,7 +134,7 @@ Outputs:
 ```text
 0: Content of line one
 1: Content of line two
-2: Content of line tree
+2: Content of line three
 3: Content of line four
 ```