mirror of
https://github.com/unidoc/unipdf.git
synced 2025-04-27 13:48:51 +08:00
Fix method comment typo
This commit is contained in:
parent
9a553c30ba
commit
dbd9e96abc
@ -186,7 +186,7 @@ func (r *PdfReader) newPdfOutlineItemFromIndirectObject(container *core.PdfIndir
|
|||||||
}
|
}
|
||||||
|
|
||||||
// GetContext returns the context of the outline tree node, which is either a
|
// GetContext returns the context of the outline tree node, which is either a
|
||||||
// *PdfOutline or a *PdfOutlineItem. The method returns null for uninitialized
|
// *PdfOutline or a *PdfOutlineItem. The method returns nil for uninitialized
|
||||||
// tree nodes.
|
// tree nodes.
|
||||||
func (n *PdfOutlineTreeNode) GetContext() PdfModel {
|
func (n *PdfOutlineTreeNode) GetContext() PdfModel {
|
||||||
if outline, isOutline := n.context.(*PdfOutline); isOutline {
|
if outline, isOutline := n.context.(*PdfOutline); isOutline {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user