Skip to content

Commit 358efc1

Browse files
committed
Merge branch 'master' of https://github.com/Cratecode/rust
2 parents f2ba0e0 + 35a59a8 commit 358efc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v3
1313

1414
- name: Upload Unit
15-
uses: Cratecode/upload-unit@v1.0.7
15+
uses: Cratecode/upload-unit@v1.0.8
1616
with:
1717
key: ${{ secrets.CRATECODE_API_KEY }}
1818
manifest: manifest.json

sections/00_rust_concepts/04_structs_and_traits/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ NoData
151151
## Struct Methods
152152

153153
Even though structs don't have any methods in their definition, we can still add
154-
them another way. We'll ue the `impl` block:
154+
them another way. We'll use the `impl` block:
155155

156156
```rust
157157
impl User {

0 commit comments

Comments
 (0)