Fix various typos (#6980)

Found with misspell
This commit is contained in:
sciencewhiz
2024-08-19 16:26:36 -07:00
committed by GitHub
parent 8e52da330e
commit f0c3610465
5 changed files with 7 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ public class AddressableLEDBufferView implements LEDReader, LEDWriter {
*
* @param viewIndex the view-local index
* @return the corresponding global index
* @throws IndexOutOfBoundsException if the view index is not contained withing the bounds of this
* @throws IndexOutOfBoundsException if the view index is not contained within the bounds of this
* view
*/
private int nativeIndex(int viewIndex) {