Skip to content

Commit

Permalink
fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pakohan committed Jul 21, 2024
1 parent ef7becf commit 9720466
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class OffsetLinearDistanceFactor(
* * `relativeDistance in -start..start -> 0f`
* * `relativeDistance in start..end -> 0f..1f`
* * `relativeDistance > end -> 1f`
* * `if abs(relativeDistance) in start.end` the factor grows linear.
* * `if abs(relativeDistance) in start..end` the factor grows linear.
*/
override fun factor(
relativeDistance: Float,
Expand Down

0 comments on commit 9720466

Please sign in to comment.