Skip to content

Commit 897342b

Browse files
committed
Rephrase
1 parent 726b4b5 commit 897342b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Iris/compiled-uix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Name | Value
5050
`DataQuery` | `0x05000000`
5151

5252
## File structure
53-
A custom binary format is used to store all compiler output. This format is dividing into several sections, and in the case of [shared Data Tables](#shared-data-tables), can be split over multiple files.
53+
A custom binary format is used to store all compiler output. This format is divided into several sections, and can even be split across multiple files using [shared Data Tables](#shared-data-tables).
5454

5555
### Header
5656
The first four bytes are always `0x5549421A`, which spell out `"UIB␚"` in ASCII. The next four bytes contain some representation of the UIB version, although the exact format is unknown. All known Iris 4 releases, including 4.0 and 4.8 Beta, use `1012` (`0x3F4`).

0 commit comments

Comments
 (0)