Skip to content

Commit ca9ef3d

Browse files
authored
Fix a semantic mistake in #[builder(derive(Into))] docs (#254)
1 parent 6719d64 commit ca9ef3d

File tree

1 file changed

+1
-1
lines changed
  • website/src/reference/builder/top-level

1 file changed

+1
-1
lines changed

website/src/reference/builder/top-level/derive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ struct Example {
219219

220220
## `Into` Derive
221221

222-
Somewhat obviously, but `Into` derive actually generates a `From` implementation, providing the `Into` trait implementation automatically via the [blanket `impl` in std](https://doc.rust-lang.org/stable/std/convert/trait.From.html#generic-implementations).
222+
Somewhat onbviously, but `Into` derive actually generates a `From` implementation, providing the `Into` trait implementation automatically via the [blanket `impl` in std](https://doc.rust-lang.org/stable/std/convert/trait.From.html#generic-implementations).
223223

224224
::: details See an example of what code it generates:
225225

0 commit comments

Comments
 (0)