fixed typo in readme

This commit is contained in:
Pályi Lőrinc
2025-05-10 08:36:28 +00:00
committed by Trevor Gross
parent 11c1522955
commit 7966f1b556
+1 -1
View File
@@ -5,7 +5,7 @@ This repository contains two main crates:
* `compiler-builtins`: symbols that the compiler expects to be available at
link time
* `libm`: a Rust implementation of C math libraries, used to provide
implementations in `ocre`.
implementations in `core`.
More details are at [compiler-builtins/README.md](compiler-builtins/README.md)
and [libm/README.md](libm/README.md).