lib.toList: fix typo in docs

This commit is contained in:
YoshiRulz
2025-08-26 04:16:00 +10:00
parent dbfdaa1a1c
commit e17a4719a9
+1 -1
View File
@@ -829,7 +829,7 @@ rec {
toList [ 1 2 ]
=> [ 1 2 ]
toList "hi"
=> [ "hi "]
=> [ "hi" ]
```
:::