Skip to content

Commit 6eb8e6d

Browse files
committed
Fix dogfood error
1 parent adc638e commit 6eb8e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/write.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ impl EarlyLintPass for Pass {
264264
}
265265

266266
/// Checks the arguments of `print[ln]!` and `write[ln]!` calls. It will return a tuple of two
267-
/// options. The first part of the tuple is format_str of the macros. The secund part of the tuple
268-
/// is in the `write[ln]!` case the expression the format_str should be written to.
267+
/// options. The first part of the tuple is `format_str` of the macros. The secund part of the tuple
268+
/// is in the `write[ln]!` case the expression the `format_str` should be written to.
269269
///
270270
/// Example:
271271
///

0 commit comments

Comments
 (0)