Fixed type of to() - > toEnd().

This commit is contained in:
Andrew Duffy 2013-08-25 19:33:50 -07:00
parent ff5212aa97
commit bba987dd80

View File

@ -8,7 +8,7 @@ var path = require('path');
//@ Examples:
//@
//@ ```javascript
//@ cat('input.txt').to('output.txt');
//@ cat('input.txt').toEnd('output.txt');
//@ ```
//@
//@ Analogous to the redirect-and-append operator `>>` in Unix, but works with JavaScript strings (such as