aboutsummaryrefslogtreecommitdiff
path: root/doc/docs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs')
-rwxr-xr-xdoc/docs/doc/README.md4
-rwxr-xr-xdoc/docs/zh/doc/README.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index 309e124..5b8fc59 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -2141,7 +2141,7 @@ f1 = (:a, :b, :c) ->
2141f1 a: 1, b: "2", c: {} 2141f1 a: 1, b: "2", c: {}
2142 2142
2143f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) -> 2143f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) ->
2144 print a, b, c 2144 print a1, b, c
2145 2145
2146arg1 = {a: 0} 2146arg1 = {a: 0}
2147f2 arg1, arg2 2147f2 arg1, arg2
@@ -2154,7 +2154,7 @@ f1 = (:a, :b, :c) ->
2154f1 a: 1, b: "2", c: {} 2154f1 a: 1, b: "2", c: {}
2155 2155
2156f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) -> 2156f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) ->
2157print a, b, c 2157print a1, b, c
2158 2158
2159arg1 = {a: 0} 2159arg1 = {a: 0}
2160f2 arg1, arg2 2160f2 arg1, arg2
diff --git a/doc/docs/zh/doc/README.md b/doc/docs/zh/doc/README.md
index 09ba9ee..0aea3d5 100755
--- a/doc/docs/zh/doc/README.md
+++ b/doc/docs/zh/doc/README.md
@@ -2101,7 +2101,7 @@ f1 = (:a, :b, :c) ->
2101f1 a: 1, b: "2", c: {} 2101f1 a: 1, b: "2", c: {}
2102 2102
2103f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) -> 2103f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) ->
2104 print a, b, c 2104 print a1, b, c
2105 2105
2106arg1 = {a: 0} 2106arg1 = {a: 0}
2107f2 arg1, arg2 2107f2 arg1, arg2
@@ -2114,7 +2114,7 @@ f1 = (:a, :b, :c) ->
2114f1 a: 1, b: "2", c: {} 2114f1 a: 1, b: "2", c: {}
2115 2115
2116f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) -> 2116f2 = ({a: a1 = 123, :b = 'abc'}, c = {}) ->
2117 print a, b, c 2117 print a1, b, c
2118 2118
2119arg1 = {a: 0} 2119arg1 = {a: 0}
2120f2 arg1, arg2 2120f2 arg1, arg2