diff --git a/pills/04-basics-of-language.xml b/pills/04-basics-of-language.xml index 3ab4880..a1f844c 100644 --- a/pills/04-basics-of-language.xml +++ b/pills/04-basics-of-language.xml @@ -85,7 +85,7 @@ - Nix has integer (not floating point), string, path, boolean and null + Nix has integer, floating point, string, path, boolean and null simple types. Then there are also lists, sets and functions. These types are enough to build an operating system.