Skip to content

Commit

Permalink
Update boa/src/object/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: jedel1043 <jedel0124@gmail.com>
  • Loading branch information
Razican and jedel1043 committed Sep 7, 2021
1 parent 71805fb commit d955b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa/src/object/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ impl Object {
matches!(
self.data,
ObjectData {
kind: ObjectKind::RegExp(_),
kind: ObjectKind::TypedArray,
..
}
)
Expand Down

0 comments on commit d955b7b

Please sign in to comment.