Skip to content

Commit 35ee2f4

Browse files
dindybuttslpil
authored andcommitted
Fixed spelling error
Signed-off-by: dindybutts <[email protected]>
1 parent 3cee4da commit 35ee2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/rust.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ snippet crate "Define create meta attributes"
101101
// Crate name
102102
#![crate_name = "${1:crate_name}"]
103103
// Additional metadata attributes
104-
#![desc = "${2:Descrption.}"]
104+
#![desc = "${2:Description.}"]
105105
#![license = "${3:BSD}"]
106106
#![comment = "${4:Comment.}"]
107107
// Specify the output type

0 commit comments

Comments
 (0)