Skip to content

Commit

Permalink
Fix incorrectly formatted tip in add documentation #187
Browse files Browse the repository at this point in the history
  • Loading branch information
prokarius committed Nov 4, 2018
1 parent 3202164 commit e22d9a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Adds a loan to the loan book with the following parameters, and displays the tra
Format: `add n/NAME ic/NRIC p/PHONE e/EMAIL b/BIKE lr/LOANRATE [t/TAG]...`

[NOTE]
PERSON_PHONE_NO and PERSON_EMAIL should not be blank.
BIKE_NAME must be the name of a bicycle that has already been registered into the LoanBook.
NUMBER_LOANED and LOAN_OUT_PERIOD must be a positive integer.
RATE is in dollars per hour.
PERSON_PHONE_NO and PERSON_EMAIL should not be blank. +
BIKE_NAME must be the name of a bicycle that has already been registered into the LoanBook. +
NUMBER_LOANED and LOAN_OUT_PERIOD must be a positive integer. +
LOANRATE is in dollars per hour.

Examples:

Expand Down

0 comments on commit e22d9a3

Please sign in to comment.