Skip to content

Commit d68e378

Browse files
author
ChengNan Yang
committed
Update spelling error
1 parent be8ef7c commit d68e378

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Assets/HTC.UnityPlugin/VRModule/Submodules/WaveHandTrackingSubmodule.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public void Deactivate()
249249

250250
private IEnumerator ActivateCoroutine()
251251
{
252-
yield return LiteTask.ToForground;
252+
yield return LiteTask.ToForeground;
253253

254254
const long retryInterval = 1000L;
255255
var nextRestartTime = default(DateTime);
@@ -305,7 +305,7 @@ private IEnumerator ActivateCoroutine()
305305
result = initializer();
306306
}
307307

308-
yield return LiteTask.ToForground;
308+
yield return LiteTask.ToForeground;
309309

310310
switch (result)
311311
{

0 commit comments

Comments
 (0)