Stylistic corrections.

This commit is contained in:
chriseth
2015-09-09 16:15:35 +02:00
parent 985eb80695
commit 9967ae4038
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ void VariableDeclaration::checkTypeRequirements()
if (!constImplemented)
BOOST_THROW_EXCEPTION(createTypeError(
"Illegal use of \"constant\" specifier. \"constant\" "
" is not yet implemented for this type."
"is not yet implemented for this type."
));
}
}