Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 3d0df86

Browse files
walfieYamakaky
authored andcommitted
Fix typo
1 parent ed0fa6a commit 3d0df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
//! }
158158
//!
159159
//! // You can also add commas after description/display.
160-
//! // This may work better with some editor auto-identation modes:
160+
//! // This may work better with some editor auto-indentation modes:
161161
//! UnknownToolchainVersion(v: String) {
162162
//! description("unknown toolchain version"), // note the ,
163163
//! display("unknown toolchain version: '{}'", v), // trailing comma is allowed

0 commit comments

Comments
 (0)