Update library/src/main/java/org/mustangproject/IncludedNote.java

Typo error. Thank you for your attention

Co-authored-by: Jueverhard <48631987+Jueverhard@users.noreply.github.com>
This commit is contained in:
meparis
2026-01-07 14:34:39 +01:00
committed by GitHub
parent ab4b9eb8d2
commit 2d1adf82a3

View File

@@ -64,7 +64,7 @@ public class IncludedNote {
return new IncludedNote(content, SubjectCode.AAK);
}
public static IncludedNote paymetTermNote(String content) {
public static IncludedNote paymentTermNote(String content) {
return new IncludedNote(content, SubjectCode.AAB);
}