diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/DesignDocument.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/DesignDocument.md b/docs/DesignDocument.md index 43947e4..c7e66a2 100644 --- a/docs/DesignDocument.md +++ b/docs/DesignDocument.md @@ -130,7 +130,7 @@ Match : A match will be a single set of data that contains all of the statistics of one game. This includes: players, scores, game time, the tournement that match took place in, and the date. Team - : This model will consist of a list of players for a tournement/game. The team creation process is chosen by the host of the tournement and will either be pre-determined teams, or randomly assigned teams. + : This model will consist of a list of players for a tournement/game. The team creation process is chosen by the host of the tournement and will either be pre-determined teams or randomly assigned teams. User : This model represents all types of users; hosts, players, and |