chore: Fix typos

This commit is contained in:
Jade Ellis 2025-11-08 20:54:49 +00:00
parent d6e314744b
commit ce73d29855
No known key found for this signature in database
GPG key ID: 8705A2A3EBF77BD2
3 changed files with 3 additions and 3 deletions

View file

@ -241,7 +241,7 @@ lock_b.with_lock(|data_b| {
### Code Comments
- Reference related documentation or parts of the specification
- When a task has multiple ways of being acheved, explain your reasoning for your decision
- When a task has multiple ways of being achieved, explain your reasoning for your decision
- Update comments when code changes
```rs