about summary refs log tree commit diff
path: root/doc/functions
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions')
-rw-r--r--doc/functions/generators.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functions/generators.section.md b/doc/functions/generators.section.md
index d54e5027c799..8b3ae6843a22 100644
--- a/doc/functions/generators.section.md
+++ b/doc/functions/generators.section.md
@@ -16,7 +16,7 @@ let
              if v == true then ''"yes"''
         else if v == false then ''"no"''
         else if isString v then ''"${v}"''
-        # and delegats all other values to the default generator
+        # and delegates all other values to the default generator
         else generators.mkValueStringDefault {} v;
     } ":";
   };