Skip to content

Commit dcbb139

Browse files
committed
Fix typo
1 parent 018a2c1 commit dcbb139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Execution/FixedUpdateStrategy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace Zigurous.Animation.Execution
44
{
55
/// <summary>
6-
/// An update strategy executed during the fixed update update loop.
6+
/// An update strategy executed during the fixed update loop.
77
/// </summary>
88
public sealed class FixedUpdateStrategy : UpdateStrategy
99
{

0 commit comments

Comments
 (0)