mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
fix console debug grammar discrep
This commit is contained in:
parent
eea53d3791
commit
dc547af98c
@ -1627,7 +1627,7 @@ Go to: _[expression](#user-content-expression)_;
|
||||
|
||||
<a name="print-function"></a>
|
||||
```abnf
|
||||
print-function = %s"debug" / %s"error" / %s"log"
|
||||
print-function = %s"error" / %s"log"
|
||||
```
|
||||
|
||||
<a name="print-arguments"></a>
|
||||
|
@ -971,7 +971,7 @@ console-call = assert-call
|
||||
|
||||
assert-call = %s"assert" "(" expression ")"
|
||||
|
||||
print-function = %s"debug" / %s"error" / %s"log"
|
||||
print-function = %s"error" / %s"log"
|
||||
|
||||
print-arguments = "(" string-literal *( "," expression ) ")"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user