We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e447cdf commit 5d3a8d8Copy full SHA for 5d3a8d8
docs/cad/003_encoding/README.md
@@ -244,7 +244,7 @@ The high hex digit of each tag byte specifies the general category of teh data v
244
| -------- | -------------------- | -------- |
245
| 0x0x | Basic constants | Special values like `nil` |
246
| 0x1x | Numerics | Integers, Doubles |
247
-| 0x2x | References | Addresses, References to branch values |
+| 0x2x | References | References to branch values |
248
| 0x3x | Strings and Blobs | Raw Blob data, UTF-8 Strings etc. |
249
| 0x4x | Reserved | Reserved for future use, possible N-dimensional arrays |
250
| 0x5x | Reserved | Reserved for future use |
0 commit comments