spacing and typos

This commit is contained in:
Jonathan Shook
2021-09-13 09:43:48 -05:00
parent a019258b3d
commit aae973c9dd
4 changed files with 5 additions and 4 deletions

View File

@@ -46,7 +46,7 @@ import java.util.function.LongFunction;
public interface OpDispenser<T> extends LongFunction<T> {
/**
* The apply method in an op dispenser should do all of the work of
* The apply method in an op dispenser should do all the work of
* creating an operation that is executable by some other caller.
* The value produced by the apply method should not require
* additional processing if a caller wants to execute the operation