Fix a couple of doc bugs.

This commit is contained in:
Bob Nystrom
2016-02-22 07:48:53 -08:00
parent 60162575ee
commit 2c4e497c54
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ Reads the entire contents of the file at `path` and returns it as a string.
:::wren
File.read("words.txt")
The encoding or decoding is done. If the file is UTF-8, then the resulting
No encoding or decoding is done. If the file is UTF-8, then the resulting
string will be a UTF-8 string. Otherwise, it will be a string of bytes in
whatever encoding the file uses.