From 3afc3ad38372b006acb1c8827e749bc663dec310 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 30 Aug 2017 06:57:28 +0800 Subject: [PATCH] xpath: formatting --- xpath.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xpath.md b/xpath.md index adc047794..bde2ff0e0 100644 --- a/xpath.md +++ b/xpath.md @@ -323,8 +323,8 @@ Steps of an expression are separated by `/`, usually used to pick child nodes. T ```bash # both the same - //ul//[last()] - //ul/descendant-or-self::[last()] +//ul//[last()] +//ul/descendant-or-self::[last()] ``` ### Other axes