Skip to content

Commit

Permalink
🔖 Fix typo (#33)
Browse files Browse the repository at this point in the history
* fix clippy warning

* fix typo
  • Loading branch information
rosaliedewinther authored Nov 1, 2024
1 parent 7a26227 commit 446eb43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bc6h.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn very_fast_settings() -> EncodeSettings {
}

#[inline(always)]
pub fn very_settings() -> EncodeSettings {
pub fn fast_settings() -> EncodeSettings {
EncodeSettings {
slow_mode: false,
fast_mode: true,
Expand Down

0 comments on commit 446eb43

Please sign in to comment.