Skip to content

Commit bc316ad

Browse files
committed
Fix comments
1 parent 8af0bbb commit bc316ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mathjax3-ts/output/chtml/Wrappers/scriptbase.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ export class CHTMLscriptbase extends CHTMLWrapper {
232232

233233
/*
234234
* @param{BBox[]} boxes The bounding boxes whose offsets are to be computed
235-
* @param{number[]} The x offsets of the boxes to center them in a vertical stack
235+
* @param{number[]} The initial x offsets of the boxes
236+
* @return{number[]} The actual offsets needed to center the boxes in the stack
236237
*/
237238
protected getDeltaW(boxes: BBox[], delta: number[] = [0, 0, 0]) {
238239
const widths = boxes.map(box => box.w * box.rscale);

0 commit comments

Comments
 (0)