lib: remove mention of flashplayer in docs

This commit is contained in:
Bernardo Meurer
2021-02-07 14:02:53 -08:00
parent 76dc1086dc
commit 6ca28ab28e

View File

@@ -241,7 +241,7 @@ rec {
/* 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').
(e.g. `++ optional (system == "i686-linux") firefox').
Type: optional :: bool -> a -> [a]