Add a few 'function's.

This is now 100% consistent. Whoops!
This commit is contained in:
Steve Klabnik 2013-05-19 22:40:13 -06:00
parent 1065a92bf3
commit dcc2879266

View file

@ -92,7 +92,7 @@ pub trait Reader {
*
* The buffer must be at least `len` bytes long.
*
* `read` is conceptually similar to C's `fread`.
* `read` is conceptually similar to C's `fread` function.
*
* # Examples
*
@ -130,7 +130,7 @@ pub trait Reader {
* Takes an optional SeekStyle, which affects how we seek from the
* position. See `SeekStyle` docs for more details.
*
* `seek` is conceptually similar to C's `fseek`.
* `seek` is conceptually similar to C's `fseek` function.
*
* # Examples
*