Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
gcalderone committed Jan 14, 2019
1 parent 2afc4af commit fd44ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ The objects and methods implemented by Alice are:
The objects and methods implemented by Bob are:
- `RegularPolygon`: a structure including (in the *composition* case) or subtyping (in the *concrete subtyping* case) a `Polygon` object, and represeting a **regular polygon**;
- `side`, `area`: methods to caluclate the length of a side and the area of a regular polygon;
- `Named`: a generic wrapper for an object (either a `Polygon`, or `RegPolygon`), providing the possibility to attach a label for plotting purposes.
- `Named`: a generic wrapper for an object (either a `Polygon`, or `RegularPolygon`), providing the possibility to attach a label for plotting purposes.

Finally, Charlie's code will:
- Instantiate several regular polygons;
Expand Down

0 comments on commit fd44ce8

Please sign in to comment.