Skip to content

Commit

Permalink
Fix misleading typo
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 authored Jul 26, 2024
1 parent 228eae0 commit 4273ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The set of codecs aim to have the following features in order of priority
- Safe
- We (99.9%) won't segfault on you, unless you do something silly.
- Decoders are fuzz tested in CI when a feature is added and also fuzz tested every day to catch bugs.
- Safety is kept to almost zero in most crates, with some having `#![forbid(unsafe)]` most unsafe comes from `SIMD`
- Unsafety is kept to almost zero in most crates, with some having `#![forbid(unsafe)]` most unsafe comes from `SIMD`
routines which will reduce when [portable-simd](https://github.com/rust-lang/portable-simd) becomes mainstream
- Image crashes are treated with the seriousness they deserve, i.e we fix as quickly as possible and
acknowledge,whether it's a less common decoder or a useful routine.
Expand Down

0 comments on commit 4273ce6

Please sign in to comment.