doc: fixed typo in javadoc of buildCharacterRequest

This commit is contained in:
Yannik Bretschneider 2021-06-03 21:40:36 +02:00
parent 57c27de006
commit e0258b5dc8
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public class RequestBuilder {
}
/**
* Builds an {@link CharacterRequest} from the values given to the builder.
* Builds a {@link CharacterRequest} from the values given to the builder.
* <ul>
* <li>type is the {@link RequestType} of the EntityEvent</li>
* <li>targetEntity is the target {@link Entity}</li>