summaryrefslogtreecommitdiff
path: root/webhogg/game_server/src/main.rs
diff options
context:
space:
mode:
authorkonsumlamm <konsumlamm@gmail.com>2019-06-21 20:56:58 +0200
committerkonsumlamm <konsumlamm@gmail.com>2019-06-21 20:56:58 +0200
commit36c89240a87ecb826cf09bc7b3069aa636c9f2f1 (patch)
tree208ca957394d4d736892629273bcfe4b9e63adf6 /webhogg/game_server/src/main.rs
parent4392c7fca245b8702932fbc5e0ed011bc0c6f00c (diff)
update maths to math
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;