Skip to content

Commit ea5ef25

Browse files
authored
Fix typos (#327)
1 parent e0e406d commit ea5ef25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
host: x86_64-unknown-linux-musl
199199
- os: windows-2022
200200
host: x86_64-pc-windows-msvc
201-
# Reenable when Safari tests start working
201+
# Re-enable when Safari tests start working
202202
# - os: macos-12
203203
# host: x86_64-apple-darwin
204204
runs-on: ${{ matrix.os }}

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104104
## [0.2.2] - 2021-01-19
105105
### Changed
106106
- Forward `rustc-dep-of-std` to dependencies. [#198]
107-
- Highlight feature-dependend functionality in documentation using the `doc_cfg` feature. [#200]
107+
- Highlight feature-dependent functionality in documentation using the `doc_cfg` feature. [#200]
108108

109109
[#198]: https://github.com/rust-random/getrandom/pull/198
110110
[#200]: https://github.com/rust-random/getrandom/pull/200
@@ -234,7 +234,7 @@ disabled `dummy` feature. [#90]
234234
## [0.1.9] - 2019-08-14 [YANKED]
235235
### Changed
236236
- Remove `std` dependency for opening and reading files. [#58]
237-
- Use `wasi` isntead of `libc` on WASI target. [#64]
237+
- Use `wasi` instead of `libc` on WASI target. [#64]
238238
- By default emit a compile-time error when built for an unsupported target.
239239
This behaviour can be disabled by using the `dummy` feature. [#71]
240240

0 commit comments

Comments
 (0)