File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ impl<'a> Arguments<'a> {
296
296
297
297
/// This structure represents a safely precompiled version of a format string
298
298
/// and its arguments. This cannot be generated at runtime because it cannot
299
- /// safely be done so , so no constructors are given and the fields are private
299
+ /// safely be done, so no constructors are given and the fields are private
300
300
/// to prevent modification.
301
301
///
302
302
/// The [`format_args!`] macro will safely create an instance of this structure
@@ -997,7 +997,7 @@ impl<'a> Formatter<'a> {
997
997
/// * precision - the maximum length to emit, the string is truncated if it
998
998
/// is longer than this length
999
999
///
1000
- /// Notably this function ignored the `flag` parameters
1000
+ /// Notably this function ignores the `flag` parameters.
1001
1001
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1002
1002
pub fn pad ( & mut self , s : & str ) -> Result {
1003
1003
// Make sure there's a fast path up front
You can’t perform that action at this time.
0 commit comments