File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ func (r *Record) SetSeverity(s Severity)
128
128
`Severity` type is defined in [severity.go](severity.go).
129
129
The constants are are based on
130
130
[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.
132
132
133
133
[`SeverityText`](https:// opentelemetry.io/docs/specs/otel/logs/data-model/#field-severitytext)
134
134
is accessed using following methods:
@@ -187,7 +187,7 @@ are defined in [keyvalue.go](keyvalue.go).
187
187
`KindMap` is used for a slice of key-value pairs (in spec: `map<string, any>`).
188
188
189
189
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.
191
191
192
192
The internal implementation of `Value` is based on
193
193
[`slog.Value`](https:// pkg.go.dev/log/slog#Value)
You can’t perform that action at this time.
0 commit comments