Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared committed Nov 20, 2023
1 parent 9d9f10b commit 55bad1e
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 @@ -160,7 +160,7 @@ func log(ctx context.Context, l Logger, options ...RecordOption) {
}
```

The main reasons against this defintion are that following:
The main reasons against this definition are that following:

1. The existing design is similar to the [Meter API](https://pkg.go.dev/go.opentelemetry.io/otel/metric#Meter)
for creating instruments.
Expand Down

0 comments on commit 55bad1e

Please sign in to comment.