We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95ebce commit d29e936Copy full SHA for d29e936
src/lib.rs
@@ -55,7 +55,7 @@
55
//!
56
//! ## Generic type bounds
57
58
-//! Separated from the list of traits with a semi-colon, types to bind to can be
+//! Separated from the list of traits with a semicolon, types to bind to can be
59
//! specified. This example will restrict the implementation for `Example` to
60
//! `T: Clone`:
61
@@ -307,7 +307,7 @@
307
//! ## Supported items
308
309
//! 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
+//! its best to discourage usage that could be covered by std's `derive`. For
311
//! example unit structs and enums only containing unit variants aren't
312
//! supported.
313
0 commit comments