Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Jan 24, 2024
1 parent 4f15a47 commit bfce614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/core/config/raw/raw_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func Int(v int) *int { return &v }
// to store v and returns a pointer to it.
func String(v string) *string { return &v }

// Helper function to unmarshal strings
// Helper function to unmarshal from strings
func unmarshalString(in string, out interface{}) error {
decoder := yaml.NewDecoder(strings.NewReader(in))
decoder.KnownFields(true)
Expand Down

0 comments on commit bfce614

Please sign in to comment.