Skip to content

Commit 96597cc

Browse files
committed
LOs/LO-ImplementClasses: mention meaning of diamond symbol
1 parent 5d095e8 commit 96597cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/LearningOutcomes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Side reading: [Code smell: Primitive Obsession](https://sourcemaking.com/refacto
4040

4141
* Assume the address is entered in the following format `a/BLOCK, STREET, UNIT, POSTAL_CODE` <br>
4242
e.g. `a/123, Clementi Ave 3, #12-34, 231534`
43-
* Split the `Address` class as follows.<br>
43+
* Split the `Address` class as follows. Note: the filled diamond symbol &#9670; means an `Address` _consists of_ `Block`, `Street`, etc.<br>
4444
<img src="images/AddressClasses.png" width='250'/>
4545
* Update the user guide and tests to match.
4646

0 commit comments

Comments
 (0)