Merge pull request #13466 from eltociear/patch-3

Fix typo in template.js
This commit is contained in:
Tim van der Meij 2021-05-30 21:08:58 +02:00 committed by GitHub
commit a592bea37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2677,7 +2677,7 @@ class Image extends StringObject {
[$toHTML]() {
if (this.href || !this[$content]) {
// TODO: href can be a Name refering to an internal stream
// TODO: href can be a Name referring to an internal stream
// containing a picture.
// In general, we don't get remote data and use what we have
// in the pdf itself, so no picture for non null href.