mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
Fix typos with cspell (#6972)
This commit is contained in:
@@ -254,7 +254,7 @@ class AnalysisManager {
|
||||
std::string_view GetUnit() const { return m_data.distanceUnit; }
|
||||
|
||||
/**
|
||||
* Returns a reference to the iterator of the currently selected raw datset.
|
||||
* Returns a reference to the iterator of the currently selected raw dataset.
|
||||
* Unfortunately, due to ImPlot internals, the reference cannot be const so
|
||||
* the user should be careful not to change any data.
|
||||
*
|
||||
@@ -264,7 +264,7 @@ class AnalysisManager {
|
||||
|
||||
/**
|
||||
* Returns a reference to the iterator of the currently selected filtered
|
||||
* datset. Unfortunately, due to ImPlot internals, the reference cannot be
|
||||
* dataset. Unfortunately, due to ImPlot internals, the reference cannot be
|
||||
* const so the user should be careful not to change any data.
|
||||
*
|
||||
* @return A reference to the filtered internal data.
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
namespace sysid {
|
||||
|
||||
struct OLSResult {
|
||||
/// Regression coeficients.
|
||||
/// Regression coefficients.
|
||||
std::vector<double> coeffs;
|
||||
|
||||
/// R² (coefficient of determination)
|
||||
|
||||
Reference in New Issue
Block a user