Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
goncaloacteixeira authored Nov 15, 2019
1 parent c07dd3f commit 6fafc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parte1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ On this program you can:

### Removing Habitations

- When trying to remove habitations, make sure the habitation is not assigned or it will raise an exception saying the habitation cannot be removed as it's occupied.
- When trying to remove habitations, make sure the habitation is not assigned or it will raise an exception saying the habitation cannot be removed as it is occupied.



Expand Down Expand Up @@ -201,7 +201,7 @@ vector<string> split (string &s, string delimiter) {
## Exiting the program
The user will be asked if they want to save the data in a text file or discard it, or even cancel the exiting operating going back to where the program was before issuing the exit command.
The user will be asked if they want to save the data in a text file or discard it, or even cancel the exiting operation going back to where the program was before issuing the exit command.
If the user opts to save the information will be asked for the filenames that they wish to store the information in. Then the program will call a function to write the data to files, showing how much time it took.
Expand Down

0 comments on commit 6fafc70

Please sign in to comment.