Merge branch 'GP-0_ryanmkurtz_PR-7152_hippietrail_two-spellos'

This commit is contained in:
Ryan Kurtz
2024-11-05 08:45:31 -05:00
21 changed files with 48 additions and 50 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';
}