lib.toList: fix typo in docs
This commit is contained in:
@@ -829,7 +829,7 @@ rec {
|
|||||||
toList [ 1 2 ]
|
toList [ 1 2 ]
|
||||||
=> [ 1 2 ]
|
=> [ 1 2 ]
|
||||||
toList "hi"
|
toList "hi"
|
||||||
=> [ "hi "]
|
=> [ "hi" ]
|
||||||
```
|
```
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|||||||
Reference in New Issue
Block a user