Skip to content

Commit ff84e53

Browse files
committed
Add backticks where needed in CHANGELOG
1 parent 07c6cef commit ff84e53

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ for Rust libraries in [RFC #1105](https://github.com/rust-lang/rfcs/blob/master/
3939
Diesel's CLI tool, pass the new `--with-docs` parameter:
4040
`diesel print-schema --with-docs`.
4141

42-
* infer_schema! now automatically renames columns that conflict with
42+
* `infer_schema!` now automatically renames columns that conflict with
4343
a Rust keyword by placing a _ at the end of the name. For example,
44-
a column called type will be referenced as type_ in Rust.
45-
44+
a column called `type` will be referenced as `type_` in Rust.
4645

4746
### Changed
4847

0 commit comments

Comments
 (0)