From d82f2cf735f5fcb36b7605781779edb22599d0e0 Mon Sep 17 00:00:00 2001 From: BinHong Lee Date: Fri, 12 May 2017 15:18:55 -0700 Subject: [PATCH] Fixed some formatting on docs --- docs/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index dfeb172..14621eb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,8 @@ - [Book](#book) - [Book Factory](#book-factory) - [User](#user) -- [User Factory](#user-factoru) +- [User Factory](#user-factory) + # Main @@ -64,6 +65,7 @@ | User(String name, int id, int limit) | Create a new User with given name, id and limit | ## Functions + | Return | Method | Description | |:-------|:-------|:------------| | String | getName() | Returns the name of the user | @@ -83,6 +85,7 @@ | UserFactory() | Creates a new empty factory | ## Functions + | Return | Method | Description | |:-------|:-------|:------------| | User | newUser(String name, int limit) | Creates a new user and returns the created user |