Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 15, 2024
1 parent bdeda59 commit eb92500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra_compile/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ def axisTuple(axis, fixAsymmetricAxes=True) -> tuple[float, float, float]:
# To work around it, we extend either side of the axis so the distance between
# minValue and defaultValue becomes the same as the distance between defaultValue
# and maxValue.
# The downside if this approach is that axis values will no longer be clipped to
# The downside of this approach is that axis values will no longer be clipped to
# their original minimum or maximum, so we may create new edge cases here.
minDiff = defaultValue - minValue
maxDiff = maxValue - defaultValue
Expand Down

0 comments on commit eb92500

Please sign in to comment.