From 5208841b0c39c1087c695d542066067552262305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20Rivi=C3=A8re?= Date: Sat, 9 Sep 2023 07:52:26 +0200 Subject: [PATCH] fix typo in a comment (#1852) * fix typo in a comment --- src/plot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plot.js b/src/plot.js index a5001e14ca..039a269ada 100644 --- a/src/plot.js +++ b/src/plot.js @@ -711,8 +711,8 @@ 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 -// the actual range, not the desired range. +// 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); const fxr = fx && outerRange(fx);