1
Fork 0

Match unmatched backticks in library/

This commit is contained in:
est31 2023-03-03 02:35:10 +01:00
parent 13471d3b20
commit 999405059c
17 changed files with 18 additions and 18 deletions

View file

@ -1416,7 +1416,7 @@ impl From<fs::File> for Stdio {
/// use std::fs::File;
/// use std::process::Command;
///
/// // With the `foo.txt` file containing `Hello, world!"
/// // With the `foo.txt` file containing "Hello, world!"
/// let file = File::open("foo.txt").unwrap();
///
/// let reverse = Command::new("rev")