Skip to content

Commit e47d48e

Browse files
committed
whitespace
1 parent f3c41e0 commit e47d48e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/rustdoc-internals/rustdoc-json-test-suite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ It uses [JSONPath] as a query language, which takes a path, and returns a *list*
3232

3333
- `//@ has <path>`: Checks `<path>` exists, i.e. matches at least 1 value.
3434
- `//@ !has <path>`: Checks `<path>` doesn't exist, i.e. matches 0 values.
35-
- `//@ has <path> <value>`: Check `<path>` exists, and at least 1 of the matches is equal to the given `<value>`
35+
- `//@ has <path> <value>`: Check `<path>` exists, and at least 1 of the matches is equal to the given `<value>`
3636
- `//@ !has <path> <value>`: Checks `<path>` exists, but none of the matches equal the given `<value>`.
3737
- `//@ is <path> <value>`: Check `<path>` matches exactly one value, and it's equal to the given `<value>`.
3838
- `//@ is <path> <value> <value>...`: Check that `<path>` matches to exactly every given `<value>`.
@@ -47,7 +47,7 @@ These are defined in [`directive.rs`].
4747

4848
Values can be either JSON values, or variables.
4949

50-
- JSON values are JSON literals, e.g. `true`, `"string"`, `{"key": "value"}`.
50+
- JSON values are JSON literals, e.g. `true`, `"string"`, `{"key": "value"}`.
5151
These often need to be quoted using `'`, to be processed as 1 value.
5252
See [§Argument splitting](#argument-splitting)
5353
- Variables can be used to store the value in one path, and use it in later queries.

0 commit comments

Comments
 (0)