lib: remove mention of flashplayer in docs

Changed files
+1 -1
lib
+1 -1
lib/lists.nix
···
/* Return a singleton list or an empty list, depending on a boolean
value. Useful when building lists with optional elements
-
(e.g. `++ optional (system == "i686-linux") flashplayer').
Type: optional :: bool -> a -> [a]
···
/* Return a singleton list or an empty list, depending on a boolean
value. Useful when building lists with optional elements
+
(e.g. `++ optional (system == "i686-linux") firefox').
Type: optional :: bool -> a -> [a]