Update python/ql/src/experimental/dataflow/internal/DataFlowPublic.qll

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2020-08-19 08:01:54 +02:00
committed by GitHub
parent 43a5e74c65
commit 1c3b945e55

View File

@@ -193,7 +193,7 @@ class DictionaryElementContent extends TDictionaryElementContent, Content {
string getKey() { result = key }
/** Gets a textual representation of this element. */
override string toString() { result = "Dictionary element at " + key }
override string toString() { result = "Dictionary element at key " + key }
}
class DictionaryElementAnyContent extends TDictionaryElementAnyContent, Content {