Skip to content

Commit 54f6a8b

Browse files
committed
fix typo
1 parent 6496c31 commit 54f6a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/optional/serialization_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
package optional_test
55

66
import (
7-
std_json "encoding/json" //nolint:depguard // for comparision with std
7+
std_json "encoding/json" //nolint:depguard // for comparison with std
88
"testing"
99

1010
"code.gitea.io/gitea/modules/json"

0 commit comments

Comments
 (0)