Skip to content

Commit

Permalink
README++
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed May 27, 2012
1 parent 91ad442 commit c09eb77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Built-in "types"
| `uint64` | Unsigned 64-bit Integer
| `float` | Single Precision Floating Point Number (float)
| `double` | Double Precision Floating Point Number (double)
| `Object` | A type capable a reading/writing references to JS objects
| `Object` | A type capable of reading/writing references to JS objects
| `Utf8String` | NULL-terminated String (char *)

In addition to the basic types, there are type aliases for common C types.
Expand Down

0 comments on commit c09eb77

Please sign in to comment.