Skip to content

Commit

Permalink
Fix docs for issue 5964.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Feb 25, 2012
1 parent 9ddfafa commit 4319df0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion std/stdio.d
Expand Up @@ -750,7 +750,8 @@ resized as necessary.
Returns:
0 for end of file, otherwise number of characters read
Throws: $(D StdioException) on error
Throws: $(D StdioException) on I/O error, or $(D UnicodeException) on Unicode
conversion error.
Example:
---
Expand Down

0 comments on commit 4319df0

Please sign in to comment.