Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix expression for element size's maximum value #431

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ Table: Examples of determining the end of an Unknown-Sized Element
For Element Data Sizes encoded at octet lengths from one to eight,
[@tableVintRangePerLength] depicts the range of possible values
that can be encoded as an Element Data Size. An Element Data Size with an
octet length of 8 is able to express a size of 2^(56)^-2 or
octet length of 8 is able to express a size of 2^(56)-2 or
72,057,594,037,927,934 octets (or about 72 petabytes). The maximum possible
value that can be stored as Element Data Size is referred to as VINTMAX.

Expand Down
Loading