Typos a/an (#13876)

This commit is contained in:
Дилян Палаузов
2022-12-08 22:12:49 +02:00
committed by GitHub
parent 177ce2a217
commit 0ffc5257d5
140 changed files with 166 additions and 166 deletions

View File

@@ -32,7 +32,7 @@ public final class WeekProfileRegister {
private @NotNull Map<Integer, WeekProfile> register = new HashMap<Integer, WeekProfile>();
/**
* Stores a new week profile in the register. If an week profile exists with the same id, that value is overwritten.
* Stores a new week profile in the register. If a week profile exists with the same id, that value is overwritten.
*
* @param profile The week profile to store.
*/