mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
Spelling and grammar cleanups (#4849)
This commit is contained in:
@@ -7,7 +7,7 @@ package edu.wpi.first.util.function;
|
||||
/**
|
||||
* Represents an operation that accepts a single boolean-valued argument and returns no result. This
|
||||
* is the primitive type specialization of {@link java.util.function.Consumer} for boolean. Unlike
|
||||
* most other functional interfaces, BooleanConsumer is expected to operate via side-effects.
|
||||
* most other functional interfaces, BooleanConsumer is expected to operate via side effects.
|
||||
*
|
||||
* <p>This is a functional interface whose functional method is {@link #accept(boolean)}.
|
||||
*/
|
||||
|
||||
@@ -7,7 +7,7 @@ package edu.wpi.first.util.function;
|
||||
/**
|
||||
* Represents an operation that accepts a single float-valued argument and returns no result. This
|
||||
* is the primitive type specialization of {@link java.util.function.Consumer} for float. Unlike
|
||||
* most other functional interfaces, BooleanConsumer is expected to operate via side-effects.
|
||||
* most other functional interfaces, BooleanConsumer is expected to operate via side effects.
|
||||
*
|
||||
* <p>This is a functional interface whose functional method is {@link #accept(float)}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user