From f1f1f5fbf6b9fbf89b11bde4407c97eb47dc5584 Mon Sep 17 00:00:00 2001 From: jfiat Date: Wed, 18 Mar 2009 16:46:27 +0000 Subject: [PATCH] Fixed typo --- json/scanner/json_parser.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/scanner/json_parser.e b/json/scanner/json_parser.e index 9fff0bef..70df8c68 100644 --- a/json/scanner/json_parser.e +++ b/json/scanner/json_parser.e @@ -430,7 +430,7 @@ feature {NONE} -- Constants false_id: STRING is "false" - true_id: STRING is "false" + true_id: STRING is "true" null_id: STRING is "null"