From fd44ce86ee399194735cf0e0b0a149a4ea4e22d4 Mon Sep 17 00:00:00 2001 From: Giorgio Calderone Date: Mon, 14 Jan 2019 09:00:44 +0100 Subject: [PATCH] Minor change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bb1624..e785768 100644 --- a/README.md +++ b/README.md @@ -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;