Skip to content

Commit fdf93f1

Browse files
fix typo in a code comment
Signed-off-by: David Rodríguez <[email protected]>
1 parent 540cec3 commit fdf93f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func boolSum(bools ...bool) int {
211211

212212
// GitHub integration support.
213213
// See https://github.com/ossf/scorecard-action/issues/1107.
214-
// NOTE: We don't add a field to to the Option structure to simplify
214+
// NOTE: We don't add a field to the Option structure to simplify
215215
// integration. If we did, the Action would also need to be aware
216216
// of the integration and pass the relevant values. This
217217
// would add redundancy and complicate maintenance.

0 commit comments

Comments
 (0)