Fix incorrect chapter headers

fixes #11645
This commit is contained in:
Gunnar Beutner 2016-04-21 12:53:55 +02:00
parent 54dfdb6be3
commit 07aaeb2bec
1 changed files with 2 additions and 2 deletions

View 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: