Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@ members of the project's leadership.
## Attribution

This Code of Conduct is adapted from the [Contributor
Covenant][https://www.contributor-covenant.org], version 1.4, available at
Covenant](https://www.contributor-covenant.org), version 1.4, available at
https://www.contributor-covenant.org/version/1/4/code-of-conduct.html and the
Rust Code of Conduct, available here: https://www.rust-lang.org/conduct.html.
Rust Code of Conduct, available here: https://www.rust-lang.org/conduct.html.
2 changes: 1 addition & 1 deletion book/src/ch01-03-hello-hot-reloading.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Mun distinguishes itself from other languages by its inherent hot reloading
capabilities. The following example illustrates how you can create a hot
reloadable application by slightly modifying the [Hello,
fibonacci?](ch01-01-hello-fibonacci.md) example. In Listing 1-2, the
fibonacci?](ch01-02-hello-fibonacci.md) example. In Listing 1-2, the
`fibonacci_n` function has been removed and the `pub` keyword has been added to
both `args` and `fibonacci`.

Expand Down