Skip to content

Commit 1eea6d8

Browse files
committed
Fix typo [skip ci]
1 parent 5f87f79 commit 1eea6d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tic_tac_toe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ fn client_start(
374374
commands.set_state(GameState::InGame);
375375
}
376376

377-
/// Estabializes mappings between spawned client and server entities and starts the game.
377+
/// Establishes mappings between spawned client and server entities and starts the game.
378378
///
379379
/// Used only for server.
380380
fn init_client(

0 commit comments

Comments
 (0)