Skip to content

Commit

Permalink
Fix file paths in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
canova committed Aug 7, 2017
1 parent 16704bb commit 05f7cea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/values/computed/length.rs
Expand Up @@ -574,7 +574,7 @@ impl LengthOrNumber {
pub type LengthOrNormal = Either<Length, Normal>;

/// A value suitable for a `min-width`, `min-height`, `width` or `height` property.
/// See specified/values/length.rs for more details.
/// See values/specified/length.rs for more details.
#[allow(missing_docs)]
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
#[derive(Clone, Copy, Debug, PartialEq, ToCss)]
Expand Down Expand Up @@ -618,7 +618,7 @@ impl ToComputedValue for specified::MozLength {
}

/// A value suitable for a `max-width` or `max-height` property.
/// See specified/values/length.rs for more details.
/// See values/specified/length.rs for more details.
#[allow(missing_docs)]
#[cfg_attr(feature = "servo", derive(HeapSizeOf))]
#[derive(Clone, Copy, Debug, PartialEq, ToCss)]
Expand Down

0 comments on commit 05f7cea

Please sign in to comment.