summaryrefslogtreecommitdiff
path: root/webhogg/game_server/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhogg/game_server/src/main.rs')
-rw-r--r--webhogg/game_server/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhogg/game_server/src/main.rs b/webhogg/game_server/src/main.rs
index cfd9787..2db757b 100644
--- a/webhogg/game_server/src/main.rs
+++ b/webhogg/game_server/src/main.rs
@@ -1,5 +1,5 @@
mod group;
-mod maths;
+mod math;
mod scribble_group;
mod webhogg_group;
mod webhogg_game;