Fixed typo in JavaDoc.

pull/10/head
Jens Pelzetter 2021-12-14 19:25:26 +01:00
parent 26429cfda3
commit a172335c52
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ import javax.mvc.Models;
import javax.transaction.Transactional;
/**
* Describes the create step for {@link Article}.
* Describes the create step for an {@link Article}.
*
* @author <a href="mailto:jens.pelzetter@googlemail.com">Jens Pelzetter</a>
*/