Skip to content

Commit b329059

Browse files
authored
fix typos in glossary
1 parent 20f3feb commit b329059

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Glossary.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ There are 8 bits in a single byte, when laid out as a binary number (0-padded to
128128
The reason for this naming is due to the idea of precision. Given 20054 apples, for instace, misplacing 1 or 2 is relatively meaningless. This means the 2 in the ten-thousands place (fifth digit), is much more signifcant than the 4 in the ones place (first digit).
129129

130130
```
131-
Example: M000 000L
132-
Indicies: 7654 3210
131+
Example: M000 000L
132+
Indices: 7654 3210
133133
M = Most significant bit
134134
L = Least significant bit
135135
```
@@ -141,8 +141,8 @@ Given a sequence of bytes, arranged in the appropriate order (see [Endianness](#
141141
The reason for this naming is due to the idea of precision. Given 20054 apples, for instace, misplacing 1 or 2 is relatively meaningless. This means the 2 in the ten-thousands place (fifth digit), is much more signifcant than the 4 in the ones place (first digit).
142142

143143
```
144-
Example: MM 00 LL
145-
Indicies: 2 1 0
144+
Example: MM 00 LL
145+
Indices: 2 1 0
146146
MM = Most significant byte
147147
LL = Least significant byte
148148
```

0 commit comments

Comments
 (0)