diff --git a/scss/_functions.scss b/scss/_functions.scss index 096b15205f..85470a947c 100644 --- a/scss/_functions.scss +++ b/scss/_functions.scss @@ -31,7 +31,7 @@ } // Internal Bootstrap function to turn maps into its negative variant. -// If prefixes the keys with `n` and makes the value negative. +// It prefixes the keys with `n` and makes the value negative. @function negativify-map($map) { $result: (); @each $key, $value in $map {