File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
api/include/opentelemetry Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments