Minor copyedit

`AsyncOpereationHandle<T>` -> `AsyncOperationHandle<T>`
This commit is contained in:
Neil Sarkar
2021-02-03 10:25:35 -05:00
committed by GitHub
parent cff51a0425
commit 0e2dbbe754

View File

@@ -483,7 +483,7 @@ UniTaskTracker is intended for debugging use only as enabling tracking and captu
External Assets
---
By default, UniTask supports TextMeshPro(`BindTo(TMP_Text)` and `TMP_InputField` event extensions like standard uGUI `InputField`), DOTween(`Tween` as awaitable) and Addressables(`AsyncOperationHandle` and `AsyncOpereationHandle<T>` as awaitable).
By default, UniTask supports TextMeshPro(`BindTo(TMP_Text)` and `TMP_InputField` event extensions like standard uGUI `InputField`), DOTween(`Tween` as awaitable) and Addressables(`AsyncOperationHandle` and `AsyncOperationHandle<T>` as awaitable).
There are defined in separated asmdefs like `UniTask.TextMeshPro`, `UniTask.DOTween`, `UniTask.Addressables`.