Skip to content

Commit dcc2879

Browse files
committed
Add a few 'function's.
This is now 100% consistent. Whoops!
1 parent 1065a92 commit dcc2879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libcore/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pub trait Reader {
9292
*
9393
* The buffer must be at least `len` bytes long.
9494
*
95-
* `read` is conceptually similar to C's `fread`.
95+
* `read` is conceptually similar to C's `fread` function.
9696
*
9797
* # Examples
9898
*
@@ -130,7 +130,7 @@ pub trait Reader {
130130
* Takes an optional SeekStyle, which affects how we seek from the
131131
* position. See `SeekStyle` docs for more details.
132132
*
133-
* `seek` is conceptually similar to C's `fseek`.
133+
* `seek` is conceptually similar to C's `fseek` function.
134134
*
135135
* # Examples
136136
*

0 commit comments

Comments
 (0)