Skip to content

Commit a64ad0f

Browse files
authored
Fix typo in README description
Corrected 'floating pointer' to 'floating point' in the README.
1 parent 56786f4 commit a64ad0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# apython
22

3-
A Python 3.12 bytecode interpreter in x86-64 NASM assembly, exploring the fastest x86 single-core Python execution, with a focus on floating pointer and integer performance.
3+
A Python 3.12 bytecode interpreter in x86-64 NASM assembly, exploring the fastest x86 single-core Python execution, with a focus on floating point and integer performance.
44

55
## What is this?
66

0 commit comments

Comments
 (0)