]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix Typo Mistake in SCSS comment (#28821)
authorAshfahan Khan <me@ashfahan.com>
Fri, 24 May 2019 21:09:10 +0000 (02:09 +0500)
committerPatrick H. Lauke <redux@splintered.co.uk>
Fri, 24 May 2019 21:09:09 +0000 (22:09 +0100)
scss/_functions.scss

index 096b15205f6d4197d11306bf4e6c668ce557590a..85470a947c11bc6cfeb752ea5dc136e72c36edaf 100644 (file)
@@ -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 {