]> granicus.if.org Git - icinga2/commitdiff
Fix incorrect chapter headers
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Apr 2016 10:53:55 +0000 (12:53 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 21 Apr 2016 10:53:55 +0000 (12:53 +0200)
fixes #11645

doc/19-library-reference.md

index 503de7b98fa925a5cc8d5987acab45b47d44b7e2..8fffb8288003648c00afafd07439a3065888fecd 100644 (file)
@@ -530,7 +530,7 @@ Returns a copy of the object. Note that for object elements which are
 reference values (e.g. objects such as arrays or dictionaries) the entire
 object is recursively copied.
 
-## <a id="object-to-string"></a> Object#to_string
+### <a id="object-to-string"></a> Object#to_string
 
 Signature:
 
@@ -544,7 +544,7 @@ Example:
 
     [ 3, true ].to_string() /* Returns "[ 3.000000, true ]" */
 
-## <a id="object-type-field"></a> Object#type
+### <a id="object-type-field"></a> Object#type
 
 Signature: