about summary refs log tree commit diff
path: root/lib/deprecated.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecated.nix')
-rw-r--r--lib/deprecated.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/deprecated.nix b/lib/deprecated.nix
index b76622b5d8421..d556bccbec0bc 100644
--- a/lib/deprecated.nix
+++ b/lib/deprecated.nix
@@ -314,12 +314,13 @@ let
       else if isInt x then "int"
       else "string";
 
-  /* deprecated:
+  /**
+    # Deprecated
 
-     For historical reasons, imap has an index starting at 1.
+    For historical reasons, imap has an index starting at 1.
 
-     But for consistency with the rest of the library we want an index
-     starting at zero.
+    But for consistency with the rest of the library we want an index
+    starting at zero.
   */
   imap = imap1;