Clarify axes

This commit is contained in:
Rico Sta. Cruz 2015-04-17 16:55:16 +08:00
parent 9565d413aa
commit aacec7d77c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ Steps of an expression are separated by `/`, usually used to pick child nodes. T
{:.light} {:.light}
### Child axis ### Child axis
When axis is not specified, a `name` is short for `child::name`. This makes `//a/b/c` work. This is the default axis. This makes `//a/b/c` work.
```sh ```sh
# both the same # both the same