Skip to content

Commit aa1df8e

Browse files
committed
more docs fixes
1 parent 2e66b81 commit aa1df8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ print $text_node->html; # new>plain>text
11741174

11751175
```perl
11761176
my $html = $tree->document->html;
1177-
my $html = $node->document->outerHTML;
1177+
my $html = $tree->document->outerHTML;
11781178
```
11791179

11801180
Example:

lib/HTML5/DOM.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ Example:
10981098
HTML serialization of entire document
10991099

11001100
my $html = $tree->document->html;
1101-
my $html = $node->document->outerHTML;
1101+
my $html = $tree->document->outerHTML;
11021102

11031103
Example:
11041104

0 commit comments

Comments
 (0)