Skip to content

Commit

Permalink
[wpiunits] Fix Distance class javadocs to state the correct dimension…
Browse files Browse the repository at this point in the history
… (NFC) (wpilibsuite#6363)
  • Loading branch information
DeltaDizzy authored Feb 19, 2024
1 parent 4b94a64 commit 607682b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wpiunits/src/main/java/edu/wpi/first/units/Distance.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 607682b

Please sign in to comment.