mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
[wpiunits] Fix Distance class javadocs to state the correct dimension (NFC) (#6363)
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
package edu.wpi.first.units;
|
||||
|
||||
/**
|
||||
* Unit of angular dimension.
|
||||
* Unit of linear dimension.
|
||||
*
|
||||
* <p>This is the base type for units of distance dimension. It is also used to specify the
|
||||
* dimension for {@link Measure}: <code>Measure<Distance></code>.
|
||||
* <p>This is the base type for units of linear dimension. It is also used to specify the dimension
|
||||
* for {@link Measure}: <code>Measure<Distance></code>.
|
||||
*
|
||||
* <p>Actual units (such as {@link Units#Meters} and {@link Units#Inches}) can be found in the
|
||||
* {@link Units} class.
|
||||
|
||||
Reference in New Issue
Block a user