[wpiunits] Fix Distance class javadocs to state the correct dimension (NFC) (#6363)

This commit is contained in:
DeltaDizzy
2024-02-19 14:58:56 -06:00
committed by GitHub
parent 4b94a64b06
commit 607682b687

View File

@@ -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&lt;Distance&gt;</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&lt;Distance&gt;</code>.
*
* <p>Actual units (such as {@link Units#Meters} and {@link Units#Inches}) can be found in the
* {@link Units} class.