Skip to content

Commit 78dde0e

Browse files
author
terrafrost
committed
fix grammar in comment
migth -> might want -> wants
1 parent added3d commit 78dde0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -555,8 +555,8 @@ function isPDFFunction(v) {
555555
/**
556556
* 'Promise' object.
557557
* Each object that is stored in PDFObjects is based on a Promise object that
558-
* contains the status of the object and the data. There migth be situations,
559-
* where a function want to use the value of an object, but it isn't ready at
558+
* contains the status of the object and the data. There might be situations
559+
* where a function wants to use the value of an object, but it isn't ready at
560560
* that time. To get a notification, once the object is ready to be used, s.o.
561561
* can add a callback using the `then` method on the promise that then calls
562562
* the callback once the object gets resolved.

0 commit comments

Comments
 (0)