From f3d02eff3f55fb29dffcc2964baca9a5cc5900e6 Mon Sep 17 00:00:00 2001 From: Olina Date: Thu, 9 Jun 2022 16:14:12 +0800 Subject: [PATCH] Editorial update --- docs/lang/articles/reference.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/lang/articles/reference.md b/docs/lang/articles/reference.md index 3af07ef06a1c3..14d6e65bae2c7 100644 --- a/docs/lang/articles/reference.md +++ b/docs/lang/articles/reference.md @@ -7,12 +7,11 @@ sidebar_position: 9998 This article describes the syntax and semantics of the Taichi programming language. -**To users**: If you have gone through user tutorials and still feel uncertain +**To users**: If you have gone through the user tutorials and still feel uncertain about your program behavior, then you are in the right place. If you find the -actual behavior different from the one described in this article, feel free to +actual behavior different from what is described in this article, feel free to create an [issue](https://github.com/taichi-dev/taichi/issues/new/choose). -Anything unspecified in this article is subject to change, so you should not -rely on it in your programs. +You should not rely solely on this article since things unspecified are subject to changes. **To contributors**: This article specifies what the language *should* be. That is, you should try to match the implementation of the Taichi compiler with this