mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-26 19:05:31 +08:00
misspellings of "choosen" and "preceed"
This commit is contained in:
+1
-1
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user