Skip to content

Commit 390be12

Browse files
committed
fix typo
1 parent eaddb87 commit 390be12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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)