Skip to content

Commit

Permalink
[docs] Log design fix (#4918)
Browse files Browse the repository at this point in the history
Add missing return type to String func.
  • Loading branch information
MrAlias authored Feb 13, 2024
1 parent 1568559 commit e8973b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ type KeyValue struct {

// KeyValue factories:

func String(key, value string)
func String(key, value string) KeyValue

func Int64(key string, value int64) KeyValue

Expand Down

0 comments on commit e8973b7

Please sign in to comment.