Spelling and a few more nits

* fix some simple spelling mistakes
* a few other minor prof-reading nits
This commit is contained in:
Yuri Astrakhan
2023-07-26 19:59:51 -04:00
parent ce71e92fe2
commit 2e62b031bf
4 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ jobs:
# The `{ sharedKey: ... }` allows different actions to share the cache.
# We're using a `fullBuild` key mostly as a "this needs to do the
# complete" that needs to do the complete build (that is, including
# `--features 'bundled-full session buildtime_bindgen`), which is very
# `--features 'bundled-full session buildtime_bindgen'`), which is very
# slow, and has several deps.
- uses: Swatinem/rust-cache@v2
with: { sharedKey: fullBuild }