autoformat

This commit is contained in:
Erik Krogh Kristensen
2020-04-01 20:44:47 +02:00
parent 957b60f84b
commit 32b86ab91a

View File

@@ -614,7 +614,7 @@ module PseudoProperties {
string mapValueUnknownKey() { result = pseudoProperty("unknownMapValue") }
/**
* 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.
*/
string mapValueAll() { result = pseudoProperty("allMapValues") }