Skip to content

Commit

Permalink
docs: fix incorrect result comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyza committed Jun 6, 2023
1 parent 213df38 commit 56c7eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ format!(2:"<5)
In order to fix this, wrap the traits in quotes and escape the character if it's a `"`.

```rs
format!(2:"\"<5") // """"2
format!(2:"\"<5") // 2""""
```

0 comments on commit 56c7eb0

Please sign in to comment.