Fix typo mentioned in issue #44761 (#44768)

pull/44723/merge
mdSrq 2022-01-13 11:05:28 +05:30 committed by GitHub
parent ef417c95f9
commit d53a457fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ dashedName: step-47
# --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