Typos a/an (#13876)
This commit is contained in:
@@ -375,7 +375,7 @@ class BiweeklyPresentableCalendar extends AbstractPresentableCalendar {
|
||||
}
|
||||
|
||||
/**
|
||||
* Checks whether an counter event blocks an event with given uid and start.
|
||||
* Checks whether a counter event blocks an event with given uid and start.
|
||||
*
|
||||
* @param startInstant The start of the event.
|
||||
* @param eventUid The uid of the event.
|
||||
|
||||
@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
import org.eclipse.jdt.annotation.Nullable;
|
||||
|
||||
/**
|
||||
* An type enumerator to indicate whether a Command Tag is of type BEGIN or END; as in the following examples:
|
||||
* A type enumerator to indicate whether a Command Tag is of type BEGIN or END; as in the following examples:
|
||||
*
|
||||
* BEGIN:<item_name>:<new_state>
|
||||
* END:<item_name>:<new_state>
|
||||
|
||||
Reference in New Issue
Block a user