Skip to content

Commit 7d2d62b

Browse files
committed
remove trailing spaces
1 parent 9093017 commit 7d2d62b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/logs/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ It consists of the following parameters:
195195
The value of `disabled` MUST be used to resolve whether a `Logger`
196196
is [Enabled](./api.md#enabled). If `disabled` is `true`, `Enabled`
197197
returns `false`. If `disabled` is `false`, `Enabled` returns `true`.
198-
The access and synchronization of `disabled` should be implemented
198+
The access and synchronization of `disabled` should be implemented
199199
efficiently to minimize the performance overhead.
200200

201201
### Emit a LogRecord

specification/metrics/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1011,7 +1011,7 @@ Note: If a user makes no configuration changes, `Enabled` returns `true` since b
10111011
default `MeterConfig.disabled=false` and instruments use the default
10121012
aggregation when no matching views match the instrument.
10131013

1014-
The access and synchronization of `MeterConfig.disabled` should be implemented
1014+
The access and synchronization of `MeterConfig.disabled` should be implemented
10151015
efficiently to minimize the performance overhead.
10161016

10171017
## Attribute limits

specification/trace/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ It consists of the following parameters:
208208
The value of `disabled` MUST be used to resolve whether a `Tracer`
209209
is [Enabled](./api.md#enabled). If `disabled` is `true`, `Enabled`
210210
returns `false`. If `disabled` is `false`, `Enabled` returns `true`.
211-
The access and synchronization of `disabled` should be implemented
211+
The access and synchronization of `disabled` should be implemented
212212
efficiently to minimize the performance overhead.
213213

214214
### Enabled

0 commit comments

Comments
 (0)