Skip to content

Commit a01fd67

Browse files
committed
nits
1 parent 62145a0 commit a01fd67

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ Registry](https://opentelemetry.io/ecosystem/registry/?language=rust).
159159

160160
Components in this repo are built against the latest stable release. The minimum
161161
supported version of `rustc` is 1.70. Any exceptions to this are noted in
162-
indivual readme files of the corresponding create. The current OpenTelemetry
163-
version is not guaranteed to build on Rust versions earlier than the minimum
164-
supported version.
162+
indivual readme files of the corresponding create. Crates are not guaranteed to
163+
build on Rust versions earlier than the minimum supported version.
165164

166165
The current stable Rust compiler and the three most recent minor versions before
167166
it will always be supported. For example, if the current stable compiler version

opentelemetry/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ This crate contains the [OpenTelemetry](https://opentelemetry.io/) API for Rust.
1515

1616
## Overview
1717

18-
## Overview
19-
2018
OpenTelemetry is an Observability framework and toolkit designed to create and
2119
manage telemetry data such as traces, metrics, and logs. OpenTelemetry is
2220
vendor- and tool-agnostic, meaning that it can be used with a broad variety of

opentelemetry/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,4 +309,4 @@ pub mod time {
309309
pub fn now() -> SystemTime {
310310
SystemTime::UNIX_EPOCH + std::time::Duration::from_millis(js_sys::Date::now() as u64)
311311
}
312-
}
312+
}

0 commit comments

Comments
 (0)