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

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 reference values (e.g. objects such as arrays or dictionaries) the entire
object is recursively copied. object is recursively copied.
## <a id="object-to-string"></a> Object#to_string ### <a id="object-to-string"></a> Object#to_string
Signature: Signature:
@ -544,7 +544,7 @@ Example:
[ 3, true ].to_string() /* Returns "[ 3.000000, true ]" */ [ 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: Signature: