Skip to content

Commit d29e936

Browse files
committed
Fix typos
1 parent f95ebce commit d29e936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
//!
5656
//! ## Generic type bounds
5757
//!
58-
//! Separated from the list of traits with a semi-colon, types to bind to can be
58+
//! Separated from the list of traits with a semicolon, types to bind to can be
5959
//! specified. This example will restrict the implementation for `Example` to
6060
//! `T: Clone`:
6161
//!
@@ -307,7 +307,7 @@
307307
//! ## Supported items
308308
//!
309309
//! Structs, tuple structs, unions and enums are supported. Derive-where tries
310-
//! it's best to discourage usage that could be covered by std's `derive`. For
310+
//! its best to discourage usage that could be covered by std's `derive`. For
311311
//! example unit structs and enums only containing unit variants aren't
312312
//! supported.
313313
//!

0 commit comments

Comments
 (0)