Skip to content

Commit c4bc341

Browse files
committed
Fix syntax mistake in SignatureBuilder.varParam() docs
1 parent 4f3dbd9 commit c4bc341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/laytonsmith/core/compiler/signature/SignatureBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public SignatureBuilder param(CClassType paramType, String paramName, String par
7878

7979
/**
8080
* Adds a variadic function parameter (varparam). Parameters should be added from left to right.
81-
* @param paramType - The {@link CClassType} of the parameter (the type in 'paramType paramName...').
81+
* @param paramType - The {@link CClassType} of the parameter (the 'paramType' in 'paramType... paramName').
8282
* @param paramName - The name of the parameter.
8383
* @param paramDesc - The description of the parameter.
8484
* @return This {@link SignatureBuilder}, for chaining builder methods.

0 commit comments

Comments
 (0)