From 59ca180a42bbaa4ac51b303fc3058d133f92722b Mon Sep 17 00:00:00 2001 From: jkonert Date: Mon, 23 May 2022 11:09:57 +0200 Subject: [PATCH] fixed small JavaDoc typo --- GameProject/src/playground/package-info.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GameProject/src/playground/package-info.java b/GameProject/src/playground/package-info.java index bbbf357..972351d 100644 --- a/GameProject/src/playground/package-info.java +++ b/GameProject/src/playground/package-info.java @@ -2,7 +2,7 @@ * The package playground contains all level specific logic and control of level logic. * The structure and general logic (with global and local flags to be stored/used) * is provided in abstract base class {@link Playground}.
- * Child-classes implement specific logic for one level and game type (e.g. {@link SpaceInvadersLevel}). + * Child-classes implement specific logic for one level and game type (e.g. {@link SpaceInvadersLevel}).
* * Generally, the base class {@link Playground} supports totally different game types to be implemented. */