Skip to content

Commit 0b5b800

Browse files
authored
Fix typo (#2332)
1 parent 9554bee commit 0b5b800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/web-sys/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Raw API bindings for Web APIs
22
//!
33
//! This is a procedurally generated crate from browser WebIDL which provides a
4-
//! binding to all APIs that browser provide on the web.
4+
//! binding to all APIs that browsers provide on the web.
55
//!
66
//! This crate by default contains very little when compiled as almost all of
77
//! its exposed APIs are gated by Cargo features. The exhaustive list of

0 commit comments

Comments
 (0)