Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Apr 27, 2023
1 parent bf9644e commit de5bde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/builtins/generator/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Boa's 3tion of ECMAScript's global `Generator` object.
//! Boa's implementation of ECMAScript's global `Generator` object.
//!
//! A Generator is an instance of a generator function and conforms to both the Iterator and Iterable interfaces.
//!
Expand Down

0 comments on commit de5bde3

Please sign in to comment.