Skip to content

Commit ea4a8b9

Browse files
Isogram approaches spelling fix (#1586)
* Create config.json * Create snippet.md * Create main.rs * Create content.md * Create config.json * Create snippet.txt * Create content.md * Create snippet.txt * Update config.json * Create content.md * Update content.md * Create snippet.txt * Create content.md * Update content.md * Update content.md * Update snippet.md * Update main.rs * Update content.md * Update content.md * Update snippet.txt * Create introduction.md * Update snippet.txt * Update content.md * Update introduction.md * Update content.md * Update snippet.txt * Update content.md * Update snippet.md * Update content.md * Update introduction.md * Update introduction.md * Update content.md * Update content.md * Update main.rs * Update content.md * Update snippet.txt * Update main.rs * Update snippet.md * Update main.rs * Update content.md * Update snippet.md * Update content.md * Update introduction.md * Update snippet.txt * Update content.md * Update content.md * Update snippet.md * Update content.md * Update content.md * Update introduction.md * Update snippet.txt * Update main.rs * Update content.md * Update main.rs * Update content.md * Update content.md * Update content.md * Update content.md * Update introduction.md * Update content.md * Update content.md * Update content.md * Update content.md * Update content.md * Update exercises/practice/isogram/.approaches/bitfield-func/snippet.txt Co-authored-by: Erik Schierboom <[email protected]> * Update exercises/practice/isogram/.approaches/filter-all/content.md Co-authored-by: Erik Schierboom <[email protected]> * Rename exercises/practice/isogram/.approaches/bitfield-func/content.md to exercises/practice/isogram/.approaches/bitfield-functionally/content.md * Rename exercises/practice/isogram/.approaches/bitfield-func/snippet.txt to exercises/practice/isogram/.approaches/bitfield-functionally/snippet.txt * Update config.json * Update introduction.md * Update content.md * Update content.md Co-authored-by: Erik Schierboom <[email protected]>
1 parent e76c930 commit ea4a8b9

File tree

1 file changed

+1
-1
lines changed
  • exercises/practice/isogram/.approaches/bitfield-functionally

1 file changed

+1
-1
lines changed

exercises/practice/isogram/.approaches/bitfield-functionally/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pub fn check_bits(candidate: &str) -> bool {
8181
}
8282
```
8383

84-
In benchmarking, this approach was slightly slower, but its style may be prefered.
84+
In benchmarking, this approach was slightly slower, but its style may be preferred.
8585

8686
[ascii]: https://www.asciitable.com/
8787
[const]: https://doc.rust-lang.org/std/keyword.const.html

0 commit comments

Comments
 (0)