mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Fix Typos (NFC) (#5137)
This commit is contained in:
@@ -1394,7 +1394,7 @@ namespace units
|
||||
* error. This value should be chosen to be as high as possible before
|
||||
* integer overflow errors occur in the compiler.
|
||||
* @note USE WITH CAUTION. The is an approximate value. In general, squared<sqrt<meter>> != meter,
|
||||
* i.e. the operation is not reversible, and it will result in propogated approximations.
|
||||
* i.e. the operation is not reversible, and it will result in propagated approximations.
|
||||
* Use only when absolutely necessary.
|
||||
*/
|
||||
template<class U, std::intmax_t Eps = 10000000000>
|
||||
@@ -1758,7 +1758,7 @@ namespace units
|
||||
#ifdef FOR_DOXYGEN_PURPOSOES_ONLY
|
||||
/**
|
||||
* @ingroup TypeTraits
|
||||
* @brief Trait for accessing the publically defined types of `units::unit_t`
|
||||
* @brief Trait for accessing the publicly defined types of `units::unit_t`
|
||||
* @details The units library determines certain properties of the unit_t types passed to them
|
||||
* and what they represent by using the members of the corresponding unit_t_traits instantiation.
|
||||
*/
|
||||
@@ -1788,7 +1788,7 @@ namespace units
|
||||
|
||||
/**
|
||||
* @ingroup TypeTraits
|
||||
* @brief Trait for accessing the publically defined types of `units::unit_t`
|
||||
* @brief Trait for accessing the publicly defined types of `units::unit_t`
|
||||
* @details
|
||||
*/
|
||||
template<typename T>
|
||||
@@ -2972,7 +2972,7 @@ namespace units {
|
||||
#ifdef FOR_DOXYGEN_PURPOSES_ONLY
|
||||
/**
|
||||
* @ingroup TypeTraits
|
||||
* @brief Trait for accessing the publically defined types of `units::unit_value_t_traits`
|
||||
* @brief Trait for accessing the publicly defined types of `units::unit_value_t_traits`
|
||||
* @details The units library determines certain properties of the `unit_value_t` types passed to
|
||||
* them and what they represent by using the members of the corresponding `unit_value_t_traits`
|
||||
* instantiation.
|
||||
@@ -2999,7 +2999,7 @@ namespace units {
|
||||
|
||||
/**
|
||||
* @ingroup TypeTraits
|
||||
* @brief Trait for accessing the publically defined types of `units::unit_value_t_traits`
|
||||
* @brief Trait for accessing the publicly defined types of `units::unit_value_t_traits`
|
||||
* @details
|
||||
*/
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user