mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
[wpilib] Use misspell to fix spelling errors (NFC) (#2674)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
|
||||
/* Copyright (c) 2018-2020 FIRST. All Rights Reserved. */
|
||||
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
||||
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
||||
/* the project. */
|
||||
@@ -62,7 +62,7 @@ class ShuffleboardWidget : public ShuffleboardComponent<Derived> {
|
||||
* Sets the type of widget used to display the data. If not set, the default
|
||||
* widget type will be used. This method should only be used to use a widget
|
||||
* that does not come built into Shuffleboard (i.e. one that comes with a
|
||||
* custom or thrid-party plugin). To use a widget that is built into
|
||||
* custom or third-party plugin). To use a widget that is built into
|
||||
* Shuffleboard, use {@link #withWidget(WidgetType)} and {@link
|
||||
* BuiltInWidgets}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user