Skip to content

Commit

Permalink
[chore] Fix wrong type in DESIGN.md (#5368)
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed May 16, 2024
1 parent bf06b80 commit 166b347
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 @@ -372,7 +372,7 @@ Similarly to `Logger.Emit`, we could have something like:
```go
type LoggerProvider interface{
embedded.LoggerProvider
Logger(name context.Context, config LoggerConfig)
Logger(name string, config LoggerConfig)
}
```

Expand Down

0 comments on commit 166b347

Please sign in to comment.