misspellings of "choosen" and "preceed"

This commit is contained in:
hippietrail 2024-11-05 19:07:29 +07:00
parent 141f96efcc
commit f531fc0513
21 changed files with 26 additions and 26 deletions

View file

@ -308,7 +308,7 @@ public class JavadocConverter extends DocConverter {
* @return the converted tag
*/
private String convertSinceTag(Element el, SinceTree since) {
// NOTE: there must be a preceeding new line
// NOTE: there must be a preceding new line
String msg = convertTree(el, since.getBody());
return "\n.. versionadded:: " + msg + '\n';
}