aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_functions.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_functions.scss b/scss/_functions.scss
index 096b15205..85470a947 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 {