Skip to content

Commit 20a7d7e

Browse files
authored
Merge pull request #528 from choroba/twig-pod-typo
Fix a typo in the C<< ... >> construct in the XML::Twig article
2 parents 1f0cf9d + 285709a commit 20a7d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024/articles/2024-12-09.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ you want to parse a string that contains whole XML document then you could use C
6060

6161

6262
In order to access guest tags, we first need to obtain guestList, which is the root of this
63-
XML document. The C<<$twig->root>> method returns the direct parent of all other elements. On the
63+
XML document. The C<< $twig->root >> method returns the direct parent of all other elements. On the
6464
other hand, the C<children> method returns list of elements. The method can take an optional
6565
argument. If a string is passed to the method, XML elements that match the string will be fetched;
6666
otherwise, all elements of the current root will be fetched in document order. The returned list

0 commit comments

Comments
 (0)