We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 957b60f commit 32b86abCopy full SHA for 32b86ab
javascript/ql/src/semmle/javascript/dataflow/Configuration.qll
@@ -614,7 +614,7 @@ module PseudoProperties {
614
string mapValueUnknownKey() { result = pseudoProperty("unknownMapValue") }
615
616
/**
617
- * Gets a pseudo-property for the location of all the values in a map.
+ * Gets a pseudo-property for the location of all the values in a map.
618
*/
619
string mapValueAll() { result = pseudoProperty("allMapValues") }
620
0 commit comments