From 78e6bcf6435809126fac2c702fdb51d16823d044 Mon Sep 17 00:00:00 2001 From: Irgendwer Date: Wed, 7 Dec 2022 00:20:20 +0100 Subject: [PATCH] Update Contributing.md --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index 9fe0e0dee..74e6ead17 100644 --- a/Contributing.md +++ b/Contributing.md @@ -187,7 +187,7 @@ The only exception to the above are actions that are exclusive to the github act ### Floating point support -The first step is implementing the datatype "float" as IEEE488 floats. Help welcomed! +The first step is implementing the datatype "float" as IEEE 754 floats. Help welcomed! * WIP compiler/library changes are here: https://github.com/cc65/cc65/pull/1777