From 645d7ae739da255dbef79c48613acb9e25baac47 Mon Sep 17 00:00:00 2001 From: Michael Choate Date: Fri, 28 Aug 2015 14:34:15 -0400 Subject: [PATCH] Fix typo in loops.md --- src/doc/trpl/loops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```