Skip to content

Commit ca725a7

Browse files
authored
Fix challenge 15 (SIMD) link and title (#240)
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.
1 parent 3cc0686 commit ca725a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
- [12: Safety of `NonZero`](./challenges/0012-nonzero.md)
2727
- [13: Safety of `CStr`](./challenges/0013-cstr.md)
2828
- [14: Safety of Primitive Conversions](./challenges/0014-convert-num.md)
29-
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0014-intrinsics-simd.md)
29+
- [15: Contracts and Tests for SIMD Intrinsics](./challenges/0015-intrinsics-simd.md)

doc/src/challenges/0015-intrinsics-simd.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Challenge 14: Contracts and Tests for SIMD Intrinsics
1+
# Challenge 15: Contracts and Tests for SIMD Intrinsics
22

33
- **Status:** Open
44
- **Reward:**

0 commit comments

Comments
 (0)