From 79066eefe18af0f77108541687d187c5932265f5 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 11 Jul 2011 17:56:51 +0400 Subject: [PATCH] Up -> Kotlin --- grammar/src/notation.grm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grammar/src/notation.grm b/grammar/src/notation.grm index dc684f42daf..ca4edc63c50 100644 --- a/grammar/src/notation.grm +++ b/grammar/src/notation.grm @@ -21,8 +21,8 @@ alpha{color:blue}*{*{color}beta{color:blue}*}*{color} denotes a nonempty _beta_- h1. Semicolons -[Up] provides "semicolon inference": syntactically, subsentences (e.g., statements, declarations etc) are separated by +[Kotlin] provides "semicolon inference": syntactically, subsentences (e.g., statements, declarations etc) are separated by the pseudo-token [SEMI|#SEMI], which stands for "semicolon or newline". In most cases, there's no need for semicolons in -[Up] code. +[Kotlin] code. */