Skip to content

Commit 531ae64

Browse files
committed
Fix the comments under api
1 parent e30863f commit 531ae64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

api/include/opentelemetry/context/runtime_context.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class OPENTELEMETRY_EXPORT RuntimeContextStorage
5656

5757
/**
5858
* Set the current context.
59-
* @param context new current context
59+
* @param context The new current context
6060
* @return a token for the new current context. This never returns a nullptr.
6161
*/
6262
virtual nostd::unique_ptr<Token> Attach(const Context &context) noexcept = 0;

api/include/opentelemetry/semconv/incubating/system_metrics.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ static inline nostd::shared_ptr<metrics::ObservableInstrument> CreateAsyncDouble
277277
* Time disk spent activated
278278
* <p>
279279
* The real elapsed time ("wall clock") used in the I/O path (time from operations running in
280-
* parallel are not counted). Measured as: <ul>
280+
* parallel are not counted). Measured as:
281+
* <ul>
281282
* <li>Linux: Field 13 from
282283
* <a href="https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats">procfs-diskstats</a>
283284
* </li>

0 commit comments

Comments
 (0)