From 46772a527843d0c82f02df241ba5c7f29c806670 Mon Sep 17 00:00:00 2001 From: Michael Bradshaw Date: Mon, 16 Sep 2024 16:51:16 -0600 Subject: [PATCH] Fix expression for element size's maximum value --- specification.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification.markdown b/specification.markdown index 1b5269f..9521e1c 100644 --- a/specification.markdown +++ b/specification.markdown @@ -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.