Code review feedback for "header"->"heading" change.

This commit is contained in:
David Anson 2018-04-18 22:25:45 -07:00
parent 45424cf459
commit c7c4c032d1
5 changed files with 17 additions and 17 deletions

View file

@ -183,7 +183,7 @@ function mapAliasToRuleNames(ruleList) {
// The following is useful for updating README.md:
// console.log(
// "* **[" + ruleName + "](doc/Rules.md#" + ruleName.toLowerCase() +
// ")** *" + rule.names.slice(1).join(", ") + "* - " + rule.description);
// ")** *" + rule.names.slice(1).join("/") + "* - " + rule.description);
rule.names.forEach(function forName(name) {
var nameUpper = name.toUpperCase();
aliasToRuleNames[nameUpper] = [ ruleName ];