From a4d77e65f850846246bd82cccb6d191df0817e65 Mon Sep 17 00:00:00 2001 From: YanchaoMiao <11710204@mail.sustech.edu.cn> Date: Sun, 24 May 2020 19:01:03 +0800 Subject: [PATCH] Update App.java --- component/src/main/java/com/iluwatar/component/App.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/src/main/java/com/iluwatar/component/App.java b/component/src/main/java/com/iluwatar/component/App.java index 3a019942f..2dd9225e0 100644 --- a/component/src/main/java/com/iluwatar/component/App.java +++ b/component/src/main/java/com/iluwatar/component/App.java @@ -37,7 +37,7 @@ import java.util.ArrayList; * components, in another way, multiple components can construct a object. * Here is a demo using component pattern to solve a game-like problem. * A person named Bjorn who has three components: input;physics;graphics - * These three component with a common game object can construct our protagonist:Bjorn, also can + * These three components with a common game object can construct our protagonist:Bjorn, also can * construct other objects like dog or cat if you want to write a real game. */