Tweak write_fmt
doc.
Previous version wrongly used `but` while the two parts of the sentence are not contradicting but completing with each other.
This commit is contained in:
parent
7e1e3eb5e1
commit
bfb2b02d61
1 changed files with 1 additions and 1 deletions
|
@ -1611,7 +1611,7 @@ pub trait Write {
|
|||
/// encountered.
|
||||
///
|
||||
/// This method is primarily used to interface with the
|
||||
/// [`format_args!()`] macro, but it is rare that this should
|
||||
/// [`format_args!()`] macro, and it is rare that this should
|
||||
/// explicitly be called. The [`write!()`] macro should be favored to
|
||||
/// invoke this method instead.
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue