fixed a typo in commentout in ReactFiberUnwindWork.js (#13172)

This commit is contained in:
Fumiya Shibusawa
2018-07-17 20:21:53 +01:00
committed by Dan Abramov
parent 9f78913b20
commit 606c30aa5f
+1 -1
View File
@@ -271,7 +271,7 @@ function throwException(
return;
}
// Confirmed that the bounary is in a strict mode tree. Continue with
// Confirmed that the boundary is in a strict mode tree. Continue with
// the normal suspend path.
let absoluteTimeoutMs;