Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall committed Jul 20, 2023
1 parent ca0c16a commit e68fb7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public static LocalRunnerBuilder builder() {
return new LocalRunnerBuilder();
}

// Use our own Builder class to allows for setting default values, and to allow for the custom logic associated
// Use our own Builder class to support setting default values while maintaining the custom logic associated
// with the nar directory extraction that is handled in the constructor.
public static class LocalRunnerBuilder {
private FunctionConfig functionConfig;
Expand Down

0 comments on commit e68fb7d

Please sign in to comment.