-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs): enclose inline code in backticks (#170)
Fixes #169 Besides enclosing inline code in backticks, I also made two tiny documentation improvements - please let me know if you want them undone: - In the `Report::msg` docs, the user is referred to `Report::new`. I changed this from plain inline code into a link. - I expanded _"`Display` impl"_ to _"`Display` implementation"_, since `impl` is a Rust token, but - _"`Display` `impl`"_ looked silly, and - _"`impl Display`"_ disturbed the flow of reading. Co-authored-by: Jane Losare-Lusby <[email protected]>
- Loading branch information
1 parent
b0c3e3f
commit 586e359
Showing
2 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters