Skip to content

Commit

Permalink
style: Fix a typo in Integer struct docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gootorov committed Mar 13, 2018
1 parent 087cf21 commit 217c4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/values/specified/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ impl ToComputedValue for Opacity {
}
}

/// An specified `<integer>`, optionally coming from a `calc()` expression.
/// A specified `<integer>`, optionally coming from a `calc()` expression.
///
/// <https://drafts.csswg.org/css-values/#integers>
#[derive(Clone, Copy, Debug, Eq, MallocSizeOf, PartialEq, PartialOrd)]
Expand Down

0 comments on commit 217c4be

Please sign in to comment.