feather
feather copied to clipboard
Fix typo
Fix typo
Status
- [x] Ready
- [ ] Development
- [ ] Hold
Description
Fix typo in the README.
Related issues
Checklist
(not applicable)
- [ ] Ran
cargo fmt
,cargo clippy --all-targets
,cargo build --release
andcargo test
and fixed any generated errors! - [ ] Removed unnecessary commented out code
- [ ] Used specific traces (if you trace actions please specify the cause i.e. the player)
Note: if you locally don't get any errors, but GitHub Actions fails (especially at clippy
) you might want to check your rust toolchain version. You can then feel free to fix these warnings/errors in your PR.