Skip to content

Commit

Permalink
minor doc tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Oct 19, 2015
1 parent a6a008f commit 3b8b2cf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.markdown
Expand Up @@ -464,7 +464,7 @@ echo_duplicate

**phase:** *content*

Outputs duplication of a string indicated by the second argument, using the times specified in the first argument.
Outputs duplication of a string indicated by the second argument, using the count specified in the first argument.

For instance,

Expand All @@ -475,7 +475,7 @@ For instance,
}
```

will lead to an output of `"abcabcabc"`.
will lead to the output of `"abcabcabc"`.

Underscores are allowed in the count number, just like in Perl. For example, to emit 1000,000,000 instances of `"hello, world"`:

Expand Down Expand Up @@ -503,10 +503,11 @@ Unlike the [echo](#echo) directive, no trailing newline is appended to the resul
You get

```bash

------ END ------
```

But use of the `-n` option in [echo](#echo) is more appropriate for this purpose.

This directive was first introduced in [version 0.11](#v011).

[Back to TOC](#table-of-contents)
Expand Down

0 comments on commit 3b8b2cf

Please sign in to comment.