Skip to content

Commit 27a9931

Browse files
authored
Fix Atomic Challenge typo (#225)
Update the summary title so it's the same as the title in the challenge itself. 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 eb21f69 commit 27a9931

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
@@ -19,7 +19,7 @@
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)
2121
- [6: Safety of `NonNull`](./challenges/0006-nonnull.md)
22-
- [7: Safety of Methods for Atomic Types and `ReentrantLock`](./challenges/0007-atomic-types.md)
22+
- [7: Safety of Methods for Atomic Types & Atomic Intrinsics](./challenges/0007-atomic-types.md)
2323
- [8: Contracts for SmallSort](./challenges/0008-smallsort.md)
2424
- [9: Safe abstractions for `core::time::Duration`](./challenges/0009-duration.md)
2525
- [10: Memory safety of String](./challenges/0010-string.md)

0 commit comments

Comments
 (0)