diff --git a/lodash.js b/lodash.js index 4ef55e8d0..411ce2c23 100644 --- a/lodash.js +++ b/lodash.js @@ -892,10 +892,10 @@ * } * * _.isPlainObject(new Stooge('moe', 40)); - * // false + * // => false * * _.isPlainObject([1, 2, 3]); - * // false + * // => false * * _.isPlainObject({ 'name': 'moe', 'age': 40 }); * // => true