Skip to content

Commit ccdbae0

Browse files
committed
fix typo
1 parent cb4421e commit ccdbae0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lessons/week-2/2015-03-21_classes-part-3.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ Outputs: Not a proper integer value!
152152
- A Patron has a name, an account, and his/her “pocket”.
153153

154154
####For now, our constraints will be:
155-
- A patron can only interact with one account ( 1 <=> 1 )
156-
- An account can interact with many patrons ( 1<=> many))
155+
- A patron can only interact with one account ( 1 <=> 1 )
156+
- An account can interact with many patrons ( 1 <=> many)
157157
- We will deal with dollars only, no cents
158158

159159
#### Create a program that creates objects of these types and have them interact with each other.

0 commit comments

Comments
 (0)