Commit 480af827 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

Fix typo in built-in class docs.

Fixes #577
parent c677caf5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -718,7 +718,7 @@
 * Returns an array of all properties (enumerable or not) found
 * directly upon a given object.
 *
 * Rreturns an array whose elements are strings corresponding to the
 * Returns an array whose elements are strings corresponding to the
 * enumerable and non-enumerable properties found directly upon
 * obj. The ordering of the enumerable properties in the array is
 * consistent with the ordering exposed by a for...in loop (or by