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.
1 parent e76c930 commit ea4a8b9Copy full SHA for ea4a8b9
exercises/practice/isogram/.approaches/bitfield-functionally/content.md
@@ -81,7 +81,7 @@ pub fn check_bits(candidate: &str) -> bool {
81
}
82
```
83
84
-In benchmarking, this approach was slightly slower, but its style may be prefered.
+In benchmarking, this approach was slightly slower, but its style may be preferred.
85
86
[ascii]: https://www.asciitable.com/
87
[const]: https://doc.rust-lang.org/std/keyword.const.html
0 commit comments