Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sithel committed Apr 28, 2024
1 parent 92bceae commit ec38e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { PAGE_LAYOUTS, PAGE_SIZES } from './constants.js';
import { updatePageLayoutInfo } from './utils/renderUtils.js';
import JSZip from 'jszip';
import { loadConfiguration } from './utils/formUtils.js';
import { drawFoldlines, drawCropmarks, drawSpineMarks, drawSigOrderMark, drawSewingMarks } from './utils/drawing.js';
import { drawFoldlines, drawCropmarks, drawSpineMark, drawSigOrderMark, drawSewingMarks } from './utils/drawing.js';
import { calculateDimensions, calculateLayout } from './utils/layout.js';
import { interleavePages, embedPagesInNewPdf } from './utils/pdf.js';

Expand Down
2 changes: 1 addition & 1 deletion src/utils/drawing.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function drawCropmarks(papersize, per_sheet) {
return lines;
}

/*
/**
* @param {@param {import("../book.js").PageInfo}} sigDetails - information about signature where marks will be printed
* @param {import("../book.js").Position} position - position info object
* @param {number} amount - amount of sewing crosses.
Expand Down

0 comments on commit ec38e21

Please sign in to comment.