Skip to content

Commit

Permalink
fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil authored Sep 9, 2023
1 parent 30d6c90 commit 43cfb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot.js
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ function inheritScaleLabels(newScales, scales) {
}

// This differs from the other outerDimensions in that it accounts for rounding
// and outer padding in the fact scales; we want the frame to align exactly with
// and outer padding in the facet scales; we want the frame to align exactly with
// the actual range, not the desired range.
function actualDimensions({fx, fy}, dimensions) {
const {marginTop, marginRight, marginBottom, marginLeft, width, height} = outerDimensions(dimensions);
Expand Down

0 comments on commit 43cfb98

Please sign in to comment.