We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2ba0e0 + 35a59a8 commit 358efc1Copy full SHA for 358efc1
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v3
13
14
- name: Upload Unit
15
- uses: Cratecode/upload-unit@v1.0.7
+ uses: Cratecode/upload-unit@v1.0.8
16
with:
17
key: ${{ secrets.CRATECODE_API_KEY }}
18
manifest: manifest.json
sections/00_rust_concepts/04_structs_and_traits/README.md
@@ -151,7 +151,7 @@ NoData
151
## Struct Methods
152
153
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:
+them another way. We'll use the `impl` block:
155
156
```rust
157
impl User {
0 commit comments