Skip to content

Commit

Permalink
fix a link to binary/primitives/fixed_int.md (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
liigo authored Oct 18, 2024
1 parent aaf4daf commit 252d2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _books/ion-1-1/src/whats_new.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Benchmarks have shown that in aggregate, these encoding changes are between 1.25
`VarUInt` and `VarInt` encodings depending on the host architecture.

Ion 1.1 supplants [Ion 1.0's `Int` encoding primitive](https://amazon-ion.github.io/ion-docs/docs/binary.html#uint-and-int-fields)
with a new encoding called [`FixedInt`]((binary/primitives/fixed_int.md)), which uses two's complement notation instead of sign-and-magnitude.
with a new encoding called [`FixedInt`](binary/primitives/fixed_int.md), which uses two's complement notation instead of sign-and-magnitude.
A corresponding [`FixedUInt`](binary/primitives/fixed_uint.md) primitive has also been introduced; its encoding is the same as
[Ion 1.0's `UInt` primitive](https://amazon-ion.github.io/ion-docs/docs/binary.html#uint-and-int-fields).

Expand Down

0 comments on commit 252d2e3

Please sign in to comment.