Skip to content

Commit

Permalink
Fix typo in content/actions/use-cases-and-examples/building-and-testi…
Browse files Browse the repository at this point in the history
…ng/building-and-testing-rust.md

Co-authored-by: Matt Rogers <mattr-@github.com>
  • Loading branch information
foursixnine and mattr- authored Jan 16, 2025
1 parent f4edaa2 commit d6ea9d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ At the time of writing, the default rust compiler version is 1.83.0 rustup is av
```yaml copy
- name: Temporarily modify the rust toolchain version
run: rustup override set nightly
- name: Ouput rust version for educational purposes
- name: Output rust version for educational purposes
run: rustup --version
```
Expand Down

0 comments on commit d6ea9d5

Please sign in to comment.