Skip to content

Commit

Permalink
fmt: remove misleading comment fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird committed Oct 7, 2017
1 parent 19dcf91 commit 41b105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/fmt/mod.rs
Expand Up @@ -1275,7 +1275,7 @@ impl<'a> Formatter<'a> {
write(self.buf, fmt)
}

/// Flags for formatting (packed version of rt::Flag)
/// Flags for formatting
#[stable(feature = "rust1", since = "1.0.0")]
pub fn flags(&self) -> u32 { self.flags }

Expand Down

0 comments on commit 41b105b

Please sign in to comment.