Fixed Typo

Summary: Closes https://github.com/facebook/react-native/pull/4199

Reviewed By: svcscm

Differential Revision: D2668739

Pulled By: sebmarkbage

fb-gh-sync-id: 4c40feb9088a1631bcd0304bc94e956b6c38883d
This commit is contained in:
SangYeob Bono Yu 2015-11-18 08:08:47 -08:00 committed by facebook-github-bot-5
parent e6093cff04
commit e6b0eaee35
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ class AnimatedValue extends AnimatedWithChildren {
/**
* Directly set the value. This will stop any animations running on the value
* and udpate all the bound properties.
* and update all the bound properties.
*/
setValue(value: number): void {
if (this._animation) {