mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
misspellings of "choosen" and "preceed"
This commit is contained in:
parent
141f96efcc
commit
f531fc0513
21 changed files with 26 additions and 26 deletions
|
@ -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';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue