Skip to content

Commit 089ba6d

Browse files
committed
Fix footnote label in chapter-4-algorithms.md
Rename footnote identifier from [^operation costs] to [^operation-costs] to match the reference and ensure the footnote link resolves correctly in the algorithms chapter.
1 parent c6718c3 commit 089ba6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

better-code/src/chapter-4-algorithms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ magnitude[^operation-costs]:
253253
| 10^3 | Kernel call, thread context switch (direct costs), exception thrown and caught |
254254
| 10^4 | Thread context switch (including cache invalidation) |
255255

256-
[^operation costs]: [_Infographics: Operation Costs in CPU Clock
256+
[^operation-costs]: [_Infographics: Operation Costs in CPU Clock
257257
Cycles_](http://ithare.com/infographics-operation-costs-in-cpu-clock-cycles/)
258258

259259
<!-- This section needs to close with a reference to removeWhere -->

0 commit comments

Comments
 (0)