Skip to content

Commit c4f6d65

Browse files
remove duplicate "the" (exercism#2136)
1 parent cf81824 commit c4f6d65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ To get started, see "[Running the Tests](https://exercism.org/docs/tracks/java/t
213213
214214
## Installing on Linux without a package manager
215215
216-
*NOTE: these instructions are intended for experienced Linux users. Unless you specifically do not want to use a package manager, we highly recommend using the the installation instructions, [above](#linux).*
216+
*NOTE: these instructions are intended for experienced Linux users. Unless you specifically do not want to use a package manager, we highly recommend using the installation instructions, [above](#linux).*
217217
218218
1. Install the JDK:
219219
1. Choose your distribution and download "**OpenJDK 11 (LTS)**" from [AdoptOpenJDK](https://adoptopenjdk.net/releases.html?variant=openjdk11) (choose **"Install JDK"**).

exercises/concept/wizards-and-warriors/.docs/hints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The whole inheritance concept has a lot to do with the concepts around [overridi
3838

3939
## 6. Calculate the damage points for a Warrior
4040

41-
- Use a [conditional statement][if-else] to return the the damage points, taking into account the vulnerability of the target.
41+
- Use a [conditional statement][if-else] to return the damage points, taking into account the vulnerability of the target.
4242

4343
[inheritance-main]: https://www.geeksforgeeks.org/inheritance-in-java/
4444
[object-class-java]: https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html

0 commit comments

Comments
 (0)