Skip to content

Commit c1e75b9

Browse files
authored
Update README.md
1 parent abb218a commit c1e75b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Once the known enumerators and GameObjects have been registered with the Load Ma
124124
```csharp
125125
void LoadRegistered(System.Action onLoadComplete)
126126
```
127-
Loads the registered enumerator and GameObjects in the order they were received and invokes onLoadComplete once loading has finished. Further registration is disabled until loading has been canceled or completed.
127+
Loads the registered enumerators and GameObjects in the order they were received and invokes onLoadComplete once loading has finished. Further registration is disabled until loading has been canceled or completed.
128128

129129
```csharp
130130
void LoadEnumerator(IEnumerator enumeratorToLoad, System.Action onLoadComplete, int additionalSteps)

0 commit comments

Comments
 (0)