From 1793df25cb1f38c26c745b0d3c8d3c41006eff5d Mon Sep 17 00:00:00 2001 From: Yauheni Date: Tue, 10 Oct 2023 16:28:06 +0200 Subject: [PATCH] Update comment for retrieveMaxCanvasArea x4 --- src/libs/actions/CanvasSize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/actions/CanvasSize.js b/src/libs/actions/CanvasSize.js index fddb92c81e2d..0c4cd88fea70 100644 --- a/src/libs/actions/CanvasSize.js +++ b/src/libs/actions/CanvasSize.js @@ -4,7 +4,7 @@ import ONYXKEYS from '../../ONYXKEYS'; import * as Browser from '../Browser'; /** - * Calculate the max area of canvas on this specific platform and save it in onyx. + * Calculate the max area of canvas on this specific platform and save it in onyx */ function retrieveMaxCanvasArea() { // We're limiting the maximum value on mobile web to prevent a crash related to rendering large canvas elements.