Skip to content

Commit

Permalink
small docs enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
philiplb committed Sep 26, 2020
1 parent 42e3222 commit 7448ec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runereader.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
*/

// Package peekabuf offers buffers with the capability to be peeked without
// interfering the read function.
// side effects on the unread functionality. Along with that, it returns a
// special `EOF` rune instead of an error if it reaches the end of the buffer.
package peekabuf

import (
Expand Down

0 comments on commit 7448ec8

Please sign in to comment.