Skip to content

Commit 746db6b

Browse files
committed
Adjust help message
1 parent 4471d11 commit 746db6b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ is converted to options of the form:
3333
where `M` is `N` minus the sum of the widths of the indentation,
3434
the `//!` or `///` syntax, and the space that might follow that
3535
syntax. If a rustfmt.toml file with a `max_width` key is found
36-
in the current directory or a parent directory, the
37-
`--max-width` option is applied automatically.
36+
in a current or parent directory, the `--max-width` option is
37+
applied automatically.
3838

3939
rustdoc-prettier supports glob patterns. Example:
4040

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ is converted to options of the form:
181181
where `M` is `N` minus the sum of the widths of the indentation,
182182
the `//!` or `///` syntax, and the space that might follow that
183183
syntax. If a rustfmt.toml file with a `max_width` key is found
184-
in the current directory or a parent directory, the
185-
`--max-width` option is applied automatically.
184+
in a current or parent directory, the `--max-width` option is
185+
applied automatically.
186186
187187
rustdoc-prettier supports glob patterns. Example:
188188

0 commit comments

Comments
 (0)