2
0
Эх сурвалжийг харах

simplify note about comments

Jon Stevens 7 жил өмнө
parent
commit
df28689389
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      docs/README.md

+ 1 - 1
docs/README.md

@@ -9,7 +9,7 @@
 
 **Gravity** has been developed from scratch for the [Creo](https://creolabs.com) project in order to offer an easy way to write portable code for the iOS and Android platforms. It is written in portable C code that can be compiled on any platform using a C99 compiler. The VM code is about 2K lines long, the multipass compiler code is about 3K lines and the shared code is about 2K lines long. The compiler and virtual machine combined add less than 200KB to the executable on a 64 bit system.
 
-> Special attention has been devoted to commenting the C source code that should result to be very easy to read and to understand.
+> Comments in the C code make it easy to read and understand.
 
 ## What Gravity code looks like