Tweak comments.

This commit is contained in:
Mara Bos
2022-08-27 18:32:20 +02:00
parent ae238efe91
commit e65c96e4ad
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ pub struct FormatArgPosition {
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum FormatArgPositionKind {
/// `{}` or `{.*}`
/// `{}` or `{:.*}`
Implicit,
/// `{1}` or `{:1$}` or `{:.1$}`
Number,