From 9764875efe43d15129769ceacc9a365abe9f2020 Mon Sep 17 00:00:00 2001 From: Watson Date: Fri, 3 May 2013 05:32:32 +0900 Subject: [PATCH] fix typo --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 155aab33..322af4bf 100644 --- a/NEWS +++ b/NEWS @@ -39,7 +39,7 @@ * Fixed a bug in build system where a "stack level too deep" exception could happen. * Fixed a bug when detecting file dependencies where classes or modules - defined using the `XXX:YYY: syntax could not be properly parsed. + defined using the `XXX::YYY' syntax could not be properly parsed. * Fixed a bug in Struct where creating a struct with more than 10 fields was not possible. We moved the limit to 100 fields. * Fixed a bug in the REPL where it would get corrupted when receiving too