1
0
mirror of https://github.com/cc65/cc65.git synced 2025-04-10 17:37:49 +00:00

Merge pull request #1942 from IrgendwerA8/patch-1

Fixed floating point naming in Contributing.md
This commit is contained in:
Bob Andrews 2022-12-07 08:21:24 +01:00 committed by GitHub
commit 299f764c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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