Skip to content

Commit

Permalink
fix: typo in launchable description.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShindouMihou committed Dec 19, 2022
1 parent 8dc0125 commit 4a55978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pw/mihou/nexus/core/async/NexusLaunchable.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.util.concurrent.CopyOnWriteArrayList

/**
* Launchables is an asynchronous task that can have multiple completion stages and exceptions handle-able contrary to the
* one that [CompletableFuture] has. It's a more complex variant that is designed to work support multiple tasks inside a single asynchronous
* one that [CompletableFuture] has. It's a more complex variant that is designed to support multiple tasks inside a single asynchronous
* task.
*
* A launchable has two stages of completion:
Expand Down

0 comments on commit 4a55978

Please sign in to comment.