Skip to content

Commit

Permalink
Fix typo (#1127)
Browse files Browse the repository at this point in the history
  • Loading branch information
rpax authored Nov 11, 2024
1 parent 27c123c commit 9036265
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* It has been introduced to circumvent the absence of union types in Java
* and to avoid an overload of {@link StatementBuilder#with(String...)} or other expressions with an {@code Object...}
* parameter. This type here allows passing {@link Named named things}. {@link AliasedExpression aliased expression},
* {@link SymbolicName symobolic names} into a pipeline.
* {@link SymbolicName symbolic names} into a pipeline.
* <p>
* There should be no need to implement this on your own.
*
Expand Down

0 comments on commit 9036265

Please sign in to comment.