Spelling and grammar cleanups (#4849)

This commit is contained in:
Sriman Achanta
2022-12-26 14:32:13 -05:00
committed by GitHub
parent 176fddeb4c
commit 92149efa11
110 changed files with 317 additions and 319 deletions

View File

@@ -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)}.
*/

View File

@@ -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)}.
*/