Jelajahi Sumber

Merge pull request #224 from lookfirst/patch-1

simplify note about comments
Marco Bambini 7 tahun lalu
induk
melakukan
7b8ee1428c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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