Skip to content

Commit

Permalink
Check for typos in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpratt committed Aug 1, 2022
1 parent ef005cb commit c28a384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
persist-credentials: false

- name: Check for typos
uses: crate-ci/typos@master

- name: Install mdbook
run: |
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.7/mdbook-v0.4.7-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz
Expand Down
2 changes: 1 addition & 1 deletion src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ println!("{}", b - a);
## `time` vs `chrono`

time 0.1 was originally a thin wrapper around libc time functions. Because it was relatively
barebones, [`chrono`](https://docs.rs/chrono/0.4.19/chrono/) was developped as a richer API on top
barebones, [`chrono`](https://docs.rs/chrono/0.4.19/chrono/) was developed as a richer API on top
of time 0.1.

Around 2019, the time crate, which was unmaintained since August 2016, was picked up for maintenance
Expand Down

0 comments on commit c28a384

Please sign in to comment.