Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Nov 30, 2024
1 parent 1dfc1ce commit 40cc191
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private Scopes()
* Runs one or more tasks, throwing any exceptions they throw after they all finish executing.
*
* @param tasks a list of tasks
* @throws WrappedCheckedException if any of the tasks threw a checked exceptions
* @throws WrappedCheckedException if any of the tasks threw checked exceptions
*/
public static void runAll(CheckedRunnable... tasks)
{
Expand Down

0 comments on commit 40cc191

Please sign in to comment.