From 2920e3cb66c910dce67c1f95924cf08b4c946c3f Mon Sep 17 00:00:00 2001 From: Guillaume Raffin Date: Wed, 15 Jul 2020 21:45:30 +0200 Subject: [PATCH] Remove "on" from the list of soft keywords in the documentation, close #9366 --- docs/docs/internals/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/internals/syntax.md b/docs/docs/internals/syntax.md index 6d4c95b18513..4c0e48c6534a 100644 --- a/docs/docs/internals/syntax.md +++ b/docs/docs/internals/syntax.md @@ -104,7 +104,7 @@ yield ### Soft keywords ``` -as derives end extension inline on opaque open transparent using +as derives end extension inline opaque open transparent using * + - ```