Skip to content

Commit d6ea9d5

Browse files
foursixninemattr-
andauthored
Fix typo in content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md
Co-authored-by: Matt Rogers <[email protected]>
1 parent f4edaa2 commit d6ea9d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ At the time of writing, the default rust compiler version is 1.83.0 rustup is av
5050
```yaml copy
5151
- name: Temporarily modify the rust toolchain version
5252
run: rustup override set nightly
53-
- name: Ouput rust version for educational purposes
53+
- name: Output rust version for educational purposes
5454
run: rustup --version
5555
```
5656

0 commit comments

Comments
 (0)