]> granicus.if.org Git - icinga2/commitdiff
Docs: fix typo 7214/head
authorLucas Bremgartner <breml@users.noreply.github.com>
Mon, 3 Jun 2019 07:03:16 +0000 (09:03 +0200)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2019 07:03:16 +0000 (09:03 +0200)
doc/18-library-reference.md

index 91f2fff74dca80489b87fd6eec1e8e8571c98561..e44a21287978bbf7c393de5a1402a5a26e38ef6c 100644 (file)
@@ -1878,7 +1878,7 @@ Adding a number to a DateTime object yields a new DateTime object that is in the
 Example:
 
 ```
-var dt = DateTime() + 24 * 60 60 /* Current time plus 24 hours */
+var dt = DateTime() + 24 * 60 60 /* Current time plus 24 hours */
 ```
 
 ### DateTime#format <a id="datetime-format"></a>