Browse Source

Docs: Fix word in comment (#975)

pull/977/head
João Borges 4 years ago committed by GitHub
parent
commit
4f1f8ebbc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      boa/src/property/mod.rs

2
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()

Loading…
Cancel
Save