Skip to content

Commit c06269b

Browse files
Merge pull request #797 from waynebaby/master
Typo Correction
2 parents af86d3e + 097fdb2 commit c06269b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/Utilities/Scripts/ApplicationViewManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ namespace HoloToolkit.Unity
1919
/// ApplicationViewManager ( For XAML UWP project) can switch app to Plan View, populate an Application View (New Window of UAP),
2020
/// then navigate the Window root frame to a page.
2121
/// After the page's logic called 'CallbackReturnValue' method, the newly created Application View will be closed, and the system will switch back to your Full3D view.
22-
/// The corotine which was waiting the callback will get the return value.
22+
/// The coroutine which was waiting the callback will get the return value.
2323
/// </summary>
2424
public class ApplicationViewManager : MonoBehaviour
2525
{

0 commit comments

Comments
 (0)