Skip to content

Commit 97dd9f5

Browse files
committed
Fix wrong word in comment
1 parent 9781df8 commit 97dd9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

survey/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let
101101
in
102102
dont-distribute-packages;
103103

104-
# Turns a list into a "set" (map where all keys are {}).
104+
# Turns a list into a "set" (map where all values are {}).
105105
keySet = list: builtins.listToAttrs (map (name: lib.nameValuePair name {}) list);
106106

107107
# Making it a set for faster lookup

0 commit comments

Comments
 (0)