We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3288b4 commit 4bcdf4eCopy full SHA for 4bcdf4e
Documentation~/articles/sequences.md
@@ -43,6 +43,6 @@ Sequences can be controlled the same way as any other tween, meaning you can pla
43
```csharp
44
Sequence sequence = Tweening.Sequence();
45
sequence.SetLoops(-1, LoopType.PingPong);
46
-sequence.OnComplete(() => Debug.Log("sucess!"));
+sequence.OnComplete(() => Debug.Log("success!"));
47
sequence.Play();
48
```
0 commit comments