From 70d8bc6d5396799c71ee97a7f98791779c8f1a37 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 29 Apr 2022 08:57:42 +0800 Subject: prevent text mode macro from inserting line numbers in generated codes. --- doc/docs/doc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index cc98538..abff593 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md @@ -417,7 +417,7 @@ merge = {...a, ...b} The **#** operator can be used as a shortcut for metatable manipulation. -* **Metatable Creation** +* **Metatable Creation** Create normal table with key **#** or metamethod key that ends with **#**. ```moonscript @@ -453,7 +453,7 @@ close _ = close#: -> print "out of scope" -* **Metatable Accessing** +* **Metatable Accessing** Accessing metatable with key **#** or metamethod key that ends with **#**. ```moonscript @@ -476,7 +476,7 @@ print tb.item -* **Metatable Destructure** +* **Metatable Destructure** Destruct metatable with metamethod key that ends with **#**. ```moonscript -- cgit v1.2.3-55-g6feb