Skip to content

Commit 7f608c8

Browse files
authored
Fix typo in hexadecimal (#1263)
1 parent 08c488f commit 7f608c8

File tree

2 files changed

+4
-4
lines changed
  • common-content/en/module/tools/binary-and-hexadecimal-numbers
  • org-cyf-sdc/content/tools/sprints/1/prep

2 files changed

+4
-4
lines changed

common-content/en/module/tools/binary-and-hexidecimal-numbers/index.md renamed to common-content/en/module/tools/binary-and-hexadecimal-numbers/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
+++
2-
title = "Binary and hexidecimal numbers"
2+
title = "Binary and hexadecimal numbers"
33
headless = true
44
time = 90
55
facilitation = false
66
emoji= "📖"
77
[objectives]
88
1="Convert signed and unsigned numbers between any two of: binary, decimal, hexadecimal"
9-
2="Explain the similarities and differences between binary, decimal, and hexidecimal numbers"
9+
2="Explain the similarities and differences between binary, decimal, and hexadecimal numbers"
1010
3="Explain why we use binary numbers"
11-
4="Explain why we use hexidecimal numbers"
11+
4="Explain why we use hexadecimal numbers"
1212
5="Describe how different programs can interpret the same bytes as different data"
1313
6="Identify how many bits are needed to store integers up to some limit"
1414
7="Identify the maximum integer that can be stored in a number of bits"

org-cyf-sdc/content/tools/sprints/1/prep/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ menu_level = ['sprint']
77
weight = 1
88
[[blocks]]
99
name="Binary and hexadecimal numbers"
10-
src="module/tools/binary-and-hexidecimal-numbers"
10+
src="module/tools/binary-and-hexadecimal-numbers"
1111
[[blocks]]
1212
name="CPU and Memory"
1313
src="module/tools/cpu-and-memory"

0 commit comments

Comments
 (0)