📝 fix error in README.md

This commit is contained in:
ValKmjolnir 2022-07-24 17:15:44 +08:00
parent c702f02a8a
commit 899b327608
2 changed files with 2 additions and 2 deletions

View File

@ -762,7 +762,7 @@ foreach(i;[0,1,2,3])
print(i) print(i)
``` ```
## 2. default dynamic arguments not supported ### 2. default dynamic arguments not supported
In this new interpreter, In this new interpreter,
function doesn't put dynamic arguments into vector `arg` automatically. function doesn't put dynamic arguments into vector `arg` automatically.

View File

@ -21,7 +21,7 @@
* [__编译__](#编译) * [__编译__](#编译)
* [__使用方法__](#使用方法) * [__使用方法__](#使用方法)
* [__教程__](#教程) * [__教程__](#教程)
* [__发行日志__](../doc/dev_zh.md#发行日志) * [__发行日志__](../doc/dev_zh.md# 发行日志)
* [__开发历史__](../doc/dev_zh.md) * [__开发历史__](../doc/dev_zh.md)
* [__测试数据__](../doc/benchmark.md) * [__测试数据__](../doc/benchmark.md)
* [__特殊之处__](#与andy解释器的不同之处) * [__特殊之处__](#与andy解释器的不同之处)