lib.toList: fix typo in docs (#436837)

This commit is contained in:
Johannes Kirschbauer
2025-08-27 09:37:51 +02:00
committed by GitHub
+1 -1
View File
@@ -829,7 +829,7 @@ rec {
toList [ 1 2 ]
=> [ 1 2 ]
toList "hi"
=> [ "hi "]
=> [ "hi" ]
```
:::