Skip to content

Commit b0fdecf

Browse files
authored
Fix intrinsics challenge typo in summary (#228)
This PR fixes a minor typo in `SUMMARY.md` I noticed while browsing through the site. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.
1 parent 15a8e65 commit b0fdecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
- [Challenges](./challenges.md)
1616
- [1: Verify core transmuting methods](./challenges/0001-core-transmutation.md)
17-
- [2: Verify the memory safery of core intrinsics using raw pointers](./challenges/0002-intrinsics-memory.md)
17+
- [2: Verify the memory safety of core intrinsics using raw pointers](./challenges/0002-intrinsics-memory.md)
1818
- [3: Verifying Raw Pointer Arithmetic Operations](./challenges/0003-pointer-arithmentic.md)
1919
- [4: Memory safety of BTreeMap's `btree::node` module](./challenges/0004-btree-node.md)
2020
- [5: Verify functions iterating over inductive data type: `linked_list`](./challenges/0005-linked-list.md)

0 commit comments

Comments
 (0)