summaryrefslogtreecommitdiff
path: root/def.go
diff options
context:
space:
mode:
Diffstat (limited to 'def.go')
-rw-r--r--def.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/def.go b/def.go
index f725f01..efa573e 100644
--- a/def.go
+++ b/def.go
@@ -507,7 +507,7 @@ type Fpdf struct {
importedObjs map[string][]byte // imported template objects (gofpdi)
importedObjPos map[string]map[int]string // imported template objects hashes and their positions (gofpdi)
importedTplObjs map[string]string // imported template names and IDs (hashed) (gofpdi)
- importedTplIds map[string]int // imported template ids hash to object id int (gofpdi)
+ importedTplIDs map[string]int // imported template ids hash to object id int (gofpdi)
buffer fmtBuffer // buffer holding in-memory PDF
pages []*bytes.Buffer // slice[page] of page content; 1-based
state int // current document state