Skip to content

Commit cf04d56

Browse files
committed
ops doco typo
1 parent a4637f9 commit cf04d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ops.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ Return the contents of the open filehandle.
851851
* `readfh(Handle $fh, @arr, long $count)`
852852

853853
Given a readable `$fh`, and an array of `Buf[int8]` or a `Buf[uint8]`, read
854-
in the next `$count` bytes from the filehandle and story them in the array.
854+
in the next `$count` bytes from the filehandle and store them in the array.
855855

856856
## readlinefh
857857
* `readlinefh(Handle $fh)`

0 commit comments

Comments
 (0)