Skip to content

Commit 41db4aa

Browse files
committed
Fix: line ended with space (sorry for the rookie mistake)
1 parent 0013141 commit 41db4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/enumerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ enum ZeroVariants {}
320320
```
321321

322322
r[items.enum.empty.uninhabited]
323-
Only the [never type] can be coerced into zero-variant enums. Conversely,
323+
Only the [never type] can be coerced into zero-variant enums. Conversely,
324324
zero-variant enums cannot be coerced into any other type.
325325

326326
```rust,compile_fail

0 commit comments

Comments
 (0)