Skip to content

Commit

Permalink
[hotfix][javadoc] Misprint in javadoc at QuadFunction.java
Browse files Browse the repository at this point in the history
`@oaram` => `@param`
  • Loading branch information
snuyanzin authored and MartijnVisser committed Jun 22, 2022
1 parent c9fbb6b commit 97e5914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public interface QuadFunction<S, T, U, V, R> {
* @param s the first function argument
* @param t the second function argument
* @param u the third function argument
* @oaram v the fourth function argument
* @param v the fourth function argument
* @return the function result
*/
R apply(S s, T t, U u, V v);
Expand Down

0 comments on commit 97e5914

Please sign in to comment.