Fix typo mentioned in issue #44761 (#44768)

This commit is contained in:
mdSrq
2022-01-13 11:05:28 +05:30
committed by GitHub
parent ef417c95f9
commit d53a457fc2

View File

@ -7,7 +7,7 @@ dashedName: step-47
# --description-- # --description--
You may already be familiar with decimal, or base 10 values, which go from 0 - 10. Hexadecimal, or base 16 values, go from 0 - 9, then A - F: You may already be familiar with decimal, or base 10 values, which go from 0 - 9. Hexadecimal, or base 16 values, go from 0 - 9, then A - F:
``` ```
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F