Skip to content

Commit 318b286

Browse files
committed
Fix typo in PartialEvaluator_getTextContent
1 parent 1f08405 commit 318b286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ var PartialEvaluator = (function PartialEvaluatorClosure() {
512512
return queue;
513513
},
514514

515-
getTextContent: function partialEvaluatorGetIRQueue(
515+
getTextContent: function PartialEvaluator_getTextContent(
516516
stream, resources, state) {
517517
var bidiTexts;
518518
var kSpaceFactor = 0.35;

0 commit comments

Comments
 (0)