Skip to content

Commit

Permalink
Fixes typo πŸ§‘β€πŸ«
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobvogel committed Jan 8, 2024
1 parent c9bc170 commit 886fa74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sirius/kernel/async/Tasks.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* thread-pools (via <tt>async.executor</tt>) as well as auto transfer of the current {@link CallContext} to the
* called thread.
* <p>
* Additionally helper-methods for creating and aggregating instances {@link Promise} are provided, which are the
* Additionally, helper-methods for creating and aggregating instances {@link Promise} are provided, which are the
* main interaction model when dealing with async and non-blocking execution.
*/
@ParametersAreNonnullByDefault
Expand Down

0 comments on commit 886fa74

Please sign in to comment.