Skip to content

Commit dc37b5d

Browse files
committed
Update documentation
1 parent cf90ca8 commit dc37b5d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,11 @@ $specification = [
358358
[['float']],
359359
],
360360
'exponent' => [
361-
TraderInteractive\FilterOptions::USES => 'base',
362-
[['uint'], ['pow']],
361+
['uint'],
362+
[
363+
TraderInteractive\FilterOptions::USES => 'base',
364+
'pow',
365+
],
363366
],
364367
];
365368
```

0 commit comments

Comments
 (0)