Skip to content

Commit 1839468

Browse files
author
Tusamma Sal Sabil
committed
Fix Parking Plot Typo
1 parent 30191f0 commit 1839468

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

object-oriented-design-case-studies/design-a-parking-lot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* [System Requirements](#system-requirements)
77
* [Use Case Diagram](#use-case-diagram)
88
* [Class Diagram](#class-diagram)
9-
* [Activity Diagrams](#activity-diagrams)
9+
* [Activity Diagram](#activity-diagram)
1010
* [Code](#code)
1111

1212
A parking lot or car park is a dedicated cleared area that is intended for parking vehicles. In most countries where cars are a major mode of transportation, parking lots are a feature of every city and suburban area. Shopping malls, sports stadiums, megachurches, and similar venues often feature parking lots over large areas.
@@ -123,7 +123,7 @@ Here are the main classes of our Parking Lot System:
123123
UML for Parking Lot
124124
</p>
125125

126-
### Activity Diagrams
126+
### Activity Diagram
127127

128128
**Customer paying for parking ticket:** Any customer can perform this activity. Here are the set of steps:
129129

0 commit comments

Comments
 (0)