Skip to content

Commit

Permalink
style: Minor improvement in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor-pelykh committed May 10, 2024
1 parent 9f6ebfd commit 1293f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ export abstract class Transform {
let x2 = 0;
let y2 = 0;

// this block sets [width] and [height] if null or negative.
// this block sets [width] and [height] if undefined or negative.
if (
opt.width !== undefined &&
opt.height !== undefined &&
Expand Down

0 comments on commit 1293f07

Please sign in to comment.