Skip to content

Commit

Permalink
Forgot backticks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbiedert committed Aug 24, 2023
1 parent dbd4019 commit e501d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6106,7 +6106,7 @@ Each argument designator in format macro is either empty `{}`, `{argument}`, or
|---------|-------------|
| `println!("{}", x)` | Print `x` using `Display`{{ std(page="std/fmt/trait.Display.html") }} on std. out and append new line. {{ edition(ed="'15") }} {{ deprecated() }} |
| `println!("{x}")` | Same, but use variable `x` from scope. {{ edition(ed="'21") }} |
| `format!("{a:.3} {b:?}")` | Convert `a` with 3 digits, add space, b with `Debug` {{ std(page="std/fmt/trait.Debug.html") }}, return `String`. {{ edition(ed="'21") }} |
| `format!("{a:.3} {b:?}")` | Convert `a` with 3 digits, add space, `b` with `Debug` {{ std(page="std/fmt/trait.Debug.html") }}, return `String`. {{ edition(ed="'21") }} |

</div>

Expand Down

0 comments on commit e501d84

Please sign in to comment.