Skip to content

Commit b9162a7

Browse files
authored
improved language to respect less privileged populations (#3119)
1 parent f4cd410 commit b9162a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ namespace Sass {
524524
// update for end position
525525
ruleset->update_pstate(pstate);
526526
ruleset->block()->update_pstate(pstate);
527-
// need this info for sanity checks
527+
// need this info for coherence checks
528528
ruleset->is_root(is_root);
529529
// return AST Node
530530
return ruleset;

0 commit comments

Comments
 (0)