Skip to content

Commit 940a208

Browse files
committed
Make footnote render correctly in github
1 parent b526170 commit 940a208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Arguments to directives are split using the [shlex] crate, which implements POSI
6363
This is because both `<path>` and `<value>` arguments to [directives](#directives) frequently have both
6464
whitespace and quote marks.
6565

66-
To use the `@ is` with a `<path>` of `$.index[?(@.docs == "foo")].some.field` and a value of `"bar"` [^why quote], you'd write:
66+
To use the `@ is` with a `<path>` of `$.index[?(@.docs == "foo")].some.field` and a value of `"bar"` [^why_quote], you'd write:
6767

6868
```rust
6969
//@ is '$.is[?(@.docs == "foo")].some.field' '"bar"'
7070
```
7171

72-
[^why quote]: The value needs to be `"bar"` *after* shlex splitting, because we
72+
[^why_quote]: The value needs to be `"bar"` *after* shlex splitting, because we
7373
it needs to be a JSON string value.
7474

7575
[json output]: https://doc.rust-lang.org/nightly/rustdoc/unstable-features.html#json-output

0 commit comments

Comments
 (0)