Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/site/reference/formatter-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $ rustfmt --edition 2018 src/main.rs src/lib.rs

It **MUST** process the specified files. For example, it **MUST NOT** ignore files because they are not tracked by a VCS.

It _SHOULD_ processes only the specified files. Files that are not passed _SHOULD_ never be formatted.
It _SHOULD_ process only the specified files. Files that are not passed _SHOULD_ never be formatted.

### 2. Write to changed files

Expand Down