Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreakarasho committed Apr 4, 2024
1 parent 2ce1930 commit c050a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ scheduler.Run();

struct MyPlugin : IPlugin
{
public void Build(Scheuler scheduler)
public void Build(Scheduler scheduler)
{
scheduler.AddSystem((World world, Local<int> i32) => {
// Do something
Expand Down

0 comments on commit c050a2b

Please sign in to comment.