From e36de0a8588d183e7afab1209d40139f5fdc0331 Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Mon, 18 Jan 2016 14:58:37 -0800 Subject: [PATCH] small typo correction Summary: Closes https://github.com/facebook/react-native/pull/5385 Reviewed By: svcscm Differential Revision: D2839339 Pulled By: androidtrunkagent fb-gh-sync-id: ff1c8663daf2c65dd387a51ef3b37f2118fc8da1 --- .../main/java/com/facebook/react/uimanager/UIManagerModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java index b352f4d53..2a701d692 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java +++ b/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java @@ -40,7 +40,7 @@ import com.facebook.systrace.SystraceMessage; * *

*

== Transactional Requirement ==

- * A requirement of this class is to make sure that transactional UI updates occur all at, meaning + * A requirement of this class is to make sure that transactional UI updates occur all at once, meaning * that no intermediate state is ever rendered to the screen. For example, if a JS application * update changes the background of View A to blue and the width of View B to 100, both need to * appear at once. Practically, this means that all UI update code related to a single transaction