diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a0742521..6d381cb5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -198,7 +198,7 @@ jobs: host: x86_64-unknown-linux-musl - os: windows-2022 host: x86_64-pc-windows-msvc - # Reenable when Safari tests start working + # Re-enable when Safari tests start working # - os: macos-12 # host: x86_64-apple-darwin runs-on: ${{ matrix.os }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 182236c2..cd3f819e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.2] - 2021-01-19 ### Changed - Forward `rustc-dep-of-std` to dependencies. [#198] -- Highlight feature-dependend functionality in documentation using the `doc_cfg` feature. [#200] +- Highlight feature-dependent functionality in documentation using the `doc_cfg` feature. [#200] [#198]: https://github.com/rust-random/getrandom/pull/198 [#200]: https://github.com/rust-random/getrandom/pull/200 @@ -234,7 +234,7 @@ disabled `dummy` feature. [#90] ## [0.1.9] - 2019-08-14 [YANKED] ### Changed - Remove `std` dependency for opening and reading files. [#58] -- Use `wasi` isntead of `libc` on WASI target. [#64] +- Use `wasi` instead of `libc` on WASI target. [#64] - By default emit a compile-time error when built for an unsupported target. This behaviour can be disabled by using the `dummy` feature. [#71]