📝 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.