Skip to content

Commit 2ba3fbc

Browse files
authored
Fix prose that refers to parts of a figure by color (#150)
2 parents 211e405 + 4211008 commit 2ba3fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/LanguageGuide/AdvancedOperators.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ The illustration below shows the results of `11111111 << 1`
209209
(which is `11111111` shifted to the left by `1` place),
210210
and `11111111 >> 1`
211211
(which is `11111111` shifted to the right by `1` place).
212-
Blue numbers are shifted,
212+
Green numbers are shifted,
213213
gray numbers are discarded,
214-
and orange zeros are inserted:
214+
and pink zeros are inserted:
215215

216216
![](bitshiftUnsigned)
217217

0 commit comments

Comments
 (0)