Skip to content

Commit

Permalink
Fix documentation (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
maroontress-tomohisa committed Apr 15, 2024
1 parent ca34e52 commit 772000f
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 @@ -97,7 +97,7 @@ public sealed class Example
{
Kit.Execute(q =>
{
using var all = q.SelectAll<Actor>();
var all = q.SelectAll<Actor>();
foreach (var i in all)
{
Console.WriteLine(i);
Expand Down

0 comments on commit 772000f

Please sign in to comment.