Skip to content

Commit 9d553a9

Browse files
committed
fix typoe
1 parent bf546ba commit 9d553a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/machinery/marker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ var commentsByExt = map[string]string{
2828
".go": "//",
2929
".yaml": "#",
3030
".yml": "#",
31-
".rst": "//",
31+
".rs": "//",
3232
// When adding additional file extensions, update also the NewMarkerFor documentation and error
3333
}
3434

0 commit comments

Comments
 (0)