Skip to content

Commit

Permalink
fix link :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 13, 2025
1 parent 5341e23 commit e75ef5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/imports.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ a Jou function named `foo()` is actually named `foo()`.
Methods are entirely a Jou concept, and they become plain old functions when the Jou code is compiled.
If you have a Jou method `bark()` in Jou class `Dog`,
the compiler generates a function named `Dog.bark`.
This means that debugging tools (e.g. [valgrind](doc.md#crashing-and-valgrind))
This means that debugging tools (e.g. [valgrind](doc/ub.md#crashing-and-valgrind))
show `Dog.bark` as the function name when they tell you something about the Jou method.

0 comments on commit e75ef5e

Please sign in to comment.