summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/DesignDocument.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md
index 43947e4..98ba57c 100644
--- a/docs/DesignDocument.md
+++ b/docs/DesignDocument.md
@@ -121,7 +121,7 @@ ActiveRecord::Base (abstract)
: The abstract model that all other models inherit from.
Server
- :
+ : Server model providing access to system settings such as Language, Time_Zone, Server_name, Owner_name, and Version.
Tournement
: This model represents the structure of a tournement. It will have several data sections to it including: The match settings, the matches contained inside of the tournement, a unique id for the tournement, and the registered players that are participating in the tournement.