Skip to content

Commit ab0205b

Browse files
committed
Fix inconsistent indent in README
1 parent e33c36a commit ab0205b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,12 +212,12 @@ IEnumerator MyCoroutine() {
212212
// Same as above.
213213
yield return Co.Coroutine(PlayAnimation());
214214

215-
// Spawn a WaitDelayCoroutine and wait for it to complete.
215+
// Spawn a WaitDelayCoroutine and wait for it to complete.
216216
yield return Co.Wait(2);
217217
}
218218

219219
IEnumerator PlayAnimation() {
220-
// ...
220+
// ...
221221
}
222222
```
223223

0 commit comments

Comments
 (0)