Skip to content

Commit 255e99b

Browse files
fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6b59b02 commit 255e99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ end
9494
players = [Player(X1), Player(X2)]
9595

9696
for p in players
97-
# vars should match, as we haven't added any parater, i.e, one player is "unaware" of the other
97+
# vars should match, as we haven't added any parameter, i.e, one player is "unaware" of the other
9898
@test all_variables(p) == all_variables(p.X)
9999
end
100100

0 commit comments

Comments
 (0)