Skip to content

Commit bf06b80

Browse files
authored
[chore] Fix 2 places in log design doc (#5364)
1 parent 8fecf5d commit bf06b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log/DESIGN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ func (r *Record) SetSeverity(s Severity)
128128
`Severity` type is defined in [severity.go](severity.go).
129129
The constants are are based on
130130
[Displaying Severity recommendation](https://opentelemetry.io/docs/specs/otel/logs/data-model/#displaying-severity).
131-
Additionally, `Severity[Level]1` constants are defined to make the API more readable and user friendly.
131+
Additionally, `Severity[Level]` constants are defined to make the API more readable and user friendly.
132132

133133
[`SeverityText`](https://opentelemetry.io/docs/specs/otel/logs/data-model/#field-severitytext)
134134
is accessed using following methods:
@@ -187,7 +187,7 @@ are defined in [keyvalue.go](keyvalue.go).
187187
`KindMap` is used for a slice of key-value pairs (in spec: `map<string, any>`).
188188

189189
These types are defined in `go.opentelemetry.io/otel/log` package
190-
as their are tightly coupled with the API and different from common attributes.
190+
as they are tightly coupled with the API and different from common attributes.
191191

192192
The internal implementation of `Value` is based on
193193
[`slog.Value`](https://pkg.go.dev/log/slog#Value)

0 commit comments

Comments
 (0)