diff --git a/reference/domxml/functions/DomNode-next-sibling.xml b/reference/domxml/functions/DomNode-next-sibling.xml index 758efda0f6..b57fd83d36 100644 --- a/reference/domxml/functions/DomNode-next-sibling.xml +++ b/reference/domxml/functions/DomNode-next-sibling.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns the next sibling of the current node. If there is - no next sibling it returns false (< 4.3) or null (>= 4.3). You can + no next sibling it returns false (< 4.3) or null (>= 4.3). You can use this function to iterate over all children of a node as shown in the example. diff --git a/reference/domxml/functions/DomNode-previous-sibling.xml b/reference/domxml/functions/DomNode-previous-sibling.xml index 8b0a02a65f..0f892296a6 100644 --- a/reference/domxml/functions/DomNode-previous-sibling.xml +++ b/reference/domxml/functions/DomNode-previous-sibling.xml @@ -1,5 +1,5 @@ - + @@ -16,7 +16,7 @@ This function returns the previous sibling of the current node. If there - is no previous sibling it returns false (< 4.3) or null (>= 4.3). You + is no previous sibling it returns false (< 4.3) or null (>= 4.3). You can use this function to iterate over all children of a node as shown in the example.