Skip to content

Commit 499cf4b

Browse files
committed
Fix comment
1 parent ecf97bb commit 499cf4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/core/config/raw/raw_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func Int(v int) *int { return &v }
2020
// to store v and returns a pointer to it.
2121
func String(v string) *string { return &v }
2222

23-
// Helper function to unmarshal strings
23+
// Helper function to unmarshal from strings
2424
func unmarshalString(in string, out interface{}) error {
2525
decoder := yaml.NewDecoder(strings.NewReader(in))
2626
decoder.KnownFields(true)

0 commit comments

Comments
 (0)