Skip to content

Commit 7a19a00

Browse files
committed
chore: format code sample in CHANGELOG
1 parent a30cd79 commit 7a19a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
1717
pub fn add_one(thing) {
18-
// ^ Triggering "Annotate all top level type definitions" code action here
18+
// ^ Triggering "Annotate all top level type definitions" code action here
1919
let result = add(thing, 1)
2020
result
2121
}

0 commit comments

Comments
 (0)