Removes unnecessary explanation

This commit is contained in:
Rebecca Valentine
2020-02-18 11:43:43 -08:00
parent 4059a99da6
commit 9338d21aaf

View File

@@ -434,10 +434,7 @@ class ClassValue extends Value {
)
}
/** Holds if this class is a mapping.
*
* This is an attempt to translate ClassObject::isMapping()
*/
/** Holds if this class is a mapping. */
predicate isMapping() {
this.hasAttribute("__getitem__")
and