diff --git a/boa/src/property/mod.rs b/boa/src/property/mod.rs index f70bf5ecaa..7e5db7a3c8 100644 --- a/boa/src/property/mod.rs +++ b/boa/src/property/mod.rs @@ -75,7 +75,7 @@ impl DataDescriptor { self.attributes.set_configurable(configurable) } - /// Check whether the descriptor is configurable. + /// Check whether the descriptor is enumerable. #[inline] pub fn enumerable(&self) -> bool { self.attributes.enumerable()