Skip to content

Commit

Permalink
Console is a JavaScript WebAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
nekevss committed Dec 1, 2022
1 parent 12320a9 commit 8ee0eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_engine/src/builtins/console/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Boa's implementation of ECMAScript's global `console` object.
//! Boa's implementation of JavaScript's `console` Web API object.
//!
//! The `console` object can be accessed from any global object.
//!
Expand Down

0 comments on commit 8ee0eb0

Please sign in to comment.