File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ or with short syntax:
244
244
245
245
``` json
246
246
[
247
- { " $$router.get: { " path": { "$data": "/path" } } },
247
+ { "$$router.get" : { "path" : { "$data" : " /path" } } },
248
248
{ "$$router.put" : { "$data" : " " } }
249
249
]
250
250
```
@@ -482,7 +482,7 @@ or with short syntax:
482
482
``` json
483
483
[
484
484
{
485
- "$func" : { " $$router.get" { "path" : { "$data" : " /path" } } },
485
+ "$func" : { "$$router.get" : { "path" : { "$data" : " /path" } } },
486
486
"$name" : " getRes" ,
487
487
"$args" : [ " path" ]
488
488
},
@@ -624,7 +624,7 @@ Defined operations:
624
624
| lesser | "$<" | true if arguments are ascending|
625
625
| lesserEqual | "$<="| true if arguments are not descending|
626
626
| 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|
628
628
| xor | "$^^"| true if exactly one argument is true and others are false|
629
629
| not | "$!" | negates boolean value|
630
630
You can’t perform that action at this time.
0 commit comments