We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4637f9 commit cf04d56Copy full SHA for cf04d56
docs/ops.markdown
@@ -851,7 +851,7 @@ Return the contents of the open filehandle.
851
* `readfh(Handle $fh, @arr, long $count)`
852
853
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.
+in the next `$count` bytes from the filehandle and store them in the array.
855
856
## readlinefh
857
* `readlinefh(Handle $fh)`
0 commit comments