Skip to content

Commit

Permalink
improved language to respect less privileged populations (#3119)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeerts committed Jul 18, 2020
1 parent f4cd410 commit b9162a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ namespace Sass {
// update for end position
ruleset->update_pstate(pstate);
ruleset->block()->update_pstate(pstate);
// need this info for sanity checks
// need this info for coherence checks
ruleset->is_root(is_root);
// return AST Node
return ruleset;
Expand Down

0 comments on commit b9162a7

Please sign in to comment.