Summary:
Closes https://github.com/facebook/react-native/pull/2055
Github Author: Jason Zhekov <jasssonpet@gmail.com>
This commit is contained in:
Jason Zhekov 2015-08-06 20:05:44 -07:00
parent deba13f698
commit a8211e32d2
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
/**
* Faster version of `merge` that doesn't check its arguments and
* also merges prototye inherited properties.
* also merges prototype inherited properties.
*
* @param {object} one Any non-null object.
* @param {object} two Any non-null object.