Skip to content

Commit 4be93c9

Browse files
authored
lib.toList: fix typo in docs (#436837)
2 parents d3757db + e17a471 commit 4be93c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lists.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ rec {
829829
toList [ 1 2 ]
830830
=> [ 1 2 ]
831831
toList "hi"
832-
=> [ "hi "]
832+
=> [ "hi" ]
833833
```
834834
835835
:::

0 commit comments

Comments
 (0)