diff --git a/Nim-for-C-programmers.md b/Nim-for-C-programmers.md index ffafe4c..0947501 100644 --- a/Nim-for-C-programmers.md +++ b/Nim-for-C-programmers.md @@ -29,7 +29,7 @@ Types | Static | Static Dependent types | No | Partial support Generics | No (Templates w/ C++) | Yes int8/16/32/64 types | Yes | Yes -Unsigned ints | Yes (by default) | Yes +Unsigned ints | Yes | Yes Arrays | Yes | Yes Bounds-checking | No | Yes Type inference | No (some w/ C++11) | Yes (extensive support)