diff --git a/docs/LangRef.html b/docs/LangRef.html index ffae318b29f..5a4ddc4c0e4 100644 --- a/docs/LangRef.html +++ b/docs/LangRef.html @@ -295,7 +295,7 @@ These different primitive types fall into a few useful classifications:
signed | sbyte, short, int, long, float, double |
unsigned | ubyte, ushort, uint, ulong |
integer | ubyte, sbyte, ushort, short, uint, int, ulong, long |
integer | ubyte, sbyte, ushort, short, uint, int, ulong, long |
integral | bool, ubyte, sbyte, ushort, short, uint, int, ulong, long |
floating point | float, double |
first class | bool, ubyte, sbyte, ushort, short, uint, int, ulong, long, float, double, pointer |