Index: src/AST/Decl.cpp
===================================================================
--- src/AST/Decl.cpp	(revision b66d14aaeea72bcdae48b4628ad29848b32691eb)
+++ src/AST/Decl.cpp	(revision c8e37e0743847d35712c58ff12491fdd4544849a)
@@ -10,6 +10,6 @@
 // Created On       : Thu May 9 10:00:00 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Mon Jan 11 20:53:23 2021
-// Update Count     : 21
+// Last Modified On : Tue Jan 12 16:54:55 2021
+// Update Count     : 23
 //
 
@@ -78,5 +78,5 @@
 
 const char * TypeDecl::typeString() const {
-	static const char * kindNames[] = { "data type", "sized data type", "sized object type", "sized function type", "sized tuple type", "array length type" };
+	static const char * kindNames[] = { "sized data type", "sized data type", "sized object type", "sized function type", "sized tuple type", "sized array length type" };
 	static_assert( sizeof(kindNames) / sizeof(kindNames[0]) == TypeDecl::NUMBER_OF_KINDS, "typeString: kindNames is out of sync." );
 	assertf( kind < TypeDecl::NUMBER_OF_KINDS, "TypeDecl kind is out of bounds." );
