xpath: formatting

This commit is contained in:
Rico Sta. Cruz 2017-08-30 06:57:28 +08:00
parent 3d70f16b77
commit 3afc3ad383
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

View File

@ -323,8 +323,8 @@ Steps of an expression are separated by `/`, usually used to pick child nodes. T
```bash ```bash
# both the same # both the same
//ul//[last()] //ul//[last()]
//ul/descendant-or-self::[last()] //ul/descendant-or-self::[last()]
``` ```
### Other axes ### Other axes