docs: fix typo in Cargo.toml

Initially introduced in 63ccaf11f08fb5d0b39cc33884c5a1a63f547ace

Signed-off-by: ELginas <gintaras.z123@yahoo.com>
This commit is contained in:
ELginas 2025-04-28 17:17:11 +03:00 committed by Trevor Gross
parent 16150ebb31
commit 5032002c2f

View file

@ -35,7 +35,7 @@ default = ["compiler-builtins"]
c = ["dep:cc"]
# Workaround for the Cranelift codegen backend. Disables any implementations
# which use inline assembly and fall back to pure Rust versions (if avalible).
# which use inline assembly and fall back to pure Rust versions (if available).
no-asm = []
# Workaround for codegen backends which haven't yet implemented `f16` and