Skip to content

Commit 0820005

Browse files
Update docs/ref/file-binary.md
Co-authored-by: rianoc-kx <46995503+rianoc-kx@users.noreply.github.com>
1 parent b901535 commit 0820005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/file-binary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Where
2222
2323
- `x` is a 2-item list (a string of [types](#column-types-and-widths) and an int vector of widths) of which the order determines whether the data is parsed as little-endian or big-endian
2424
- `y` is either a
25-
- [file descriptor](../basics/glossary.md#file-descriptor) to repeatidly read all available records (specified by 'x') from a file
25+
- [file descriptor](../basics/glossary.md#file-descriptor) to repeatedly read all available records (specified by `x`) from a file
2626
- 3 element list containing [file descriptor](../basics/glossary.md#file-descriptor), offset (long) and length (long). Enables repeatidly reading all available records (specified by 'x') from a file which stops after the given byte length, starting 'offset' bytes from the start of the file.
2727
- string
2828
- byte sequence

0 commit comments

Comments
 (0)