damithc / foo

0 stars 0 forks source link

[PE-D] Wrong prefix used for add-m command in User Guide #76

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

[destination: AY2021S1-CS2103-W14-1/tp assignee: None]

💡 p/BIDDER_ID indicates the id of the bidder.

💡 p/PROPERTY_ID indicates the id of the property listing.

💡 t/VENUE indicates the venue of the meeting.

💡 t/DATE indicates the date of the meeting.

should be

💡 b/BIDDER_ID indicates the id of the bidder.

💡 p/PROPERTY_ID indicates the id of the property listing.

💡 v/VENUE indicates the venue of the meeting.

💡 t/DATE indicates the date of the meeting.

incorrect ug - prefix.png


Labels: severity.Low type.DocumentationBug original: plosslaw/ped#1