Skip to content

Commit

Permalink
Doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Aug 13, 2024
1 parent ca67380 commit b830daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ default LEDPattern scrollAtRelativeSpeed(Frequency velocity) {
*
* <pre>
* // LEDs per meter, a known value taken from the spec sheet of our particular LED strip
* Measure&lt;DistanceUnit&gt; LED_SPACING = Meters.of(1.0 / 60);
* Distance LED_SPACING = Meters.of(1.0 / 60);
*
* LEDPattern rainbow = LEDPattern.rainbow();
* LEDPattern scrollingRainbow =
Expand Down

0 comments on commit b830daf

Please sign in to comment.