Commit 8eb1e83d authored by Alejandro Celaya's avatar Alejandro Celaya Committed by Alejandro Celaya

Wrap property name in backticks in function's JSDoc

parent 1d71f38f
......@@ -261,7 +261,7 @@ const isNotSpace = (char: string) => !isSpace(char);
/**
* Determines if provided text layer is done rendering.
* It works on older PDF.js versions which expose a public renderingDone prop,
* It works on older PDF.js versions which expose a public `renderingDone` prop,
* and newer versions as well
*/
export function isTextLayerRenderingDone(textLayer: TextLayer): boolean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment