Skip to content

Commit 09ede5d

Browse files
author
Evgeny Poberezkin
committed
fix LANGUAGE.md
1 parent f1e6c15 commit 09ede5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LANGUAGE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ or with short syntax:
244244

245245
```json
246246
[
247-
{ "$$router.get: { "path": { "$data": "/path" } } },
247+
{ "$$router.get": { "path": { "$data": "/path" } } },
248248
{ "$$router.put": { "$data": "" } }
249249
]
250250
```
@@ -482,7 +482,7 @@ or with short syntax:
482482
```json
483483
[
484484
{
485-
"$func": { "$$router.get" { "path": { "$data": "/path" } } },
485+
"$func": { "$$router.get": { "path": { "$data": "/path" } } },
486486
"$name": "getRes",
487487
"$args": [ "path" ]
488488
},
@@ -624,7 +624,7 @@ Defined operations:
624624
| lesser |"$<" |true if arguments are ascending|
625625
| lesserEqual |"$<="|true if arguments are not descending|
626626
| and |"$&&"|true if all arguments are true|
627-
| or |"$||"|true if one or more arguments are true and the rest are false|
627+
| or |"$\|\|"|true if one or more arguments are true and the rest are false|
628628
| xor |"$^^"|true if exactly one argument is true and others are false|
629629
| not |"$!" |negates boolean value|
630630

0 commit comments

Comments
 (0)