Skip to content

Commit

Permalink
Fix challenge 15 (SIMD) link and title (#240)
Browse files Browse the repository at this point in the history
The move from 14 to 15 wasn't entirely complete.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.
  • Loading branch information
tautschnig authored Jan 24, 2025
1 parent 3cc0686 commit ca725a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
- [12: Safety of `NonZero`](./challenges/0012-nonzero.md)
- [13: Safety of `CStr`](./challenges/0013-cstr.md)
- [14: Safety of Primitive Conversions](./challenges/0014-convert-num.md)
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0014-intrinsics-simd.md)
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0015-intrinsics-simd.md)
2 changes: 1 addition & 1 deletion doc/src/challenges/0015-intrinsics-simd.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Challenge 14: Contracts and Tests for SIMD Intrinsics
# Challenge 15: Contracts and Tests for SIMD Intrinsics

- **Status:** Open
- **Reward:**
Expand Down

0 comments on commit ca725a7

Please sign in to comment.