diff options
author | Pacien TRAN-GIRARD | 2015-11-22 16:53:29 +0100 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2015-11-22 16:53:29 +0100 |
commit | ab5670348b30fabf63ec77924264ff883b83633f (patch) | |
tree | 566ea1a2a9ea1f3869c0a4c8e0a742486add585b | |
parent | 62b603d3d74bdeff56811fae08e4f47136b7aea2 (diff) | |
download | maze-solver-ab5670348b30fabf63ec77924264ff883b83633f.tar.gz |
Typo correction
-rw-r--r-- | src/ch/epfl/maze/physical/ProbabilisticAnimal.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ch/epfl/maze/physical/ProbabilisticAnimal.java b/src/ch/epfl/maze/physical/ProbabilisticAnimal.java index 6267500..45c2175 100644 --- a/src/ch/epfl/maze/physical/ProbabilisticAnimal.java +++ b/src/ch/epfl/maze/physical/ProbabilisticAnimal.java | |||
@@ -9,7 +9,7 @@ import java.util.Random; | |||
9 | import java.util.stream.Collectors; | 9 | import java.util.stream.Collectors; |
10 | 10 | ||
11 | /** | 11 | /** |
12 | * A probabilistic animal that use a random component in its decision making process. | 12 | * A probabilistic animal that uses a random component in its decision making process. |
13 | * | 13 | * |
14 | * @author Pacien TRAN-GIRARD | 14 | * @author Pacien TRAN-GIRARD |
15 | */ | 15 | */ |