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
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
1 changed files with 1 additions and 1 deletions

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]