aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraergo20 <evandro.92@hotmail.com>2021-12-09 11:48:19 -0300
committerGitHub <noreply@github.com>2021-12-09 22:48:19 +0800
commit59852b14368bd3609b1c6e3e469cd4af111e4562 (patch)
tree12cbc94cb268767b7123317819b1eb58dd759db9
parent8953ecec306536cd0b18c9de316461ad4c35166f (diff)
downloadyuescript-59852b14368bd3609b1c6e3e469cd4af111e4562.tar.gz
yuescript-59852b14368bd3609b1c6e3e469cd4af111e4562.tar.bz2
yuescript-59852b14368bd3609b1c6e3e469cd4af111e4562.zip
fix doc (#71)
-rwxr-xr-xdoc/docs/doc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 371e681..9dd98fb 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -273,7 +273,7 @@ macro luaFunc = (var)-> {
273$luaFunc funcB 273$luaFunc funcB
274funcB = -> "assign the Lua defined variable" 274funcB = -> "assign the Lua defined variable"
275 275
276macro lua = (codes)-> { 276macro lua = (code)-> {
277 :code 277 :code
278 type: "lua" 278 type: "lua"
279} 279}
@@ -2729,4 +2729,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2729OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 2729OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2730SOFTWARE. 2730SOFTWARE.
2731 2731
2732<CompilerModal /> \ No newline at end of file 2732<CompilerModal />