Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bff3439

Browse files
authored
Merge pull request #40 from certik/typo
Fix a typo
2 parents c8e2782 + 8285ab0 commit bff3439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ features that are being implemented.
88
* **Best possible performance for numerical, array-oriented code**
99
LPython gives you the speed you need for your numerical, array-oriented code. With LPython, you can write Python code that is as fast as C or C++. This is because LPython compiles your code to optimized machine code, which is the fastest way to run code on a computer.
1010

11-
* **Code compatability with CPython**
11+
* **Code compatibility with CPython**
1212
If LPython compiles and runs a code, then it will run in CPython.
1313

1414
* **Seamless interoperability with CPython**

0 commit comments

Comments
 (0)