Skip to content

Commit 8099cac

Browse files
MarkupGenerator: Fix typo in comment
Co-authored-by: Copilot <[email protected]>
1 parent 8fbac24 commit 8099cac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/eu/europa/ted/efx/interfaces/MarkupGenerator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,7 @@ public interface MarkupGenerator {
7676
* @param name The name of the function.
7777
* @param parameters The function parameters as a map of parameter names to their corresponding EfxDataType.
7878
* @param expression The function body (the expression that must be evaluated when the function is invoked).
79-
* @return A Markup object tht declares the function.
80-
*/
79+
* @return A Markup object that declares the function.
8180
Markup renderFunctionDeclaration(final Class<? extends EfxDataType> type, final String name, final Map<String, Class<? extends EfxDataType>> parameters, final Expression expression);
8281
8382
/**

0 commit comments

Comments
 (0)