From 3690d6bf3f0da7ab0d60f4502b008c84f4426486 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Tue, 29 Dec 2020 03:25:46 +0100 Subject: report update --- report/report.ms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'report/report.ms') diff --git a/report/report.ms b/report/report.ms index 2f8e637..a399291 100644 --- a/report/report.ms +++ b/report/report.ms @@ -80,7 +80,7 @@ Those are instanciated into objects a lot since they're the base of an app manag Song and AudioBook both extend the MusicalElement which is an abstraction class. But Album and Playlist are standalone, they're just implementing Serializable like MusicalElement. .PP -The other files contains the enums. There is Genre for Song but also Category and Language used as attributes for AudioBook. +The other files contain the enums. There is Genre for Song but also Category and Language used as attributes for AudioBook. .bp @@ -90,7 +90,7 @@ Abstraction and Interface .PP The abstract class is MusicalElement which is instanciated by Song and AudioBook. .PP -The interface used in this project is the Serializable one. It is used by MusicalElement (therefore, Song and AudioBook), Album and Playlist. It's used to store the objects created into files. One for each types (songs, audiobooks, albums and playlists). +The interface used in this project is the Serializable one. It is used by MusicalElement (therefore, Song and AudioBook), Album and Playlist. It's used to store the created objects into files. One for each types (songs, audiobooks, albums and playlists). .NH 2 Exceptions -- cgit v1.2.3