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

@@ -18,7 +18,7 @@ import org.eclipse.jdt.annotation.Nullable;
import com.google.gson.annotations.SerializedName;
/**
* The model representing an forward actions result (serialize/deserialize json use only).
* The model representing a forward actions result (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial contribution
*

View File

@@ -16,7 +16,7 @@ import org.eclipse.jdt.annotation.NonNullByDefault;
import org.eclipse.jdt.annotation.Nullable;
/**
* The model representing an forward actions request (serialize/deserialize json use only).
* The model representing a forward actions request (serialize/deserialize json use only).
*
* @author Tim Roberts - Initial contribution
*/