diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-02-11 15:48:57 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-04-18 20:59:09 +0200 |
| commit | c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b (patch) | |
| tree | ff2eec2b1abd1ecff49db3484260e9367d915845 /src/test/rustdoc-js | |
| parent | 49297337b46eabef906a41f2c438bdd569b9227d (diff) | |
| download | rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.tar.gz rust-c7de1a16f89b9aa3205f50c9cf2b9f6792ac6e4b.zip | |
Improve documentation and add some explanations in the code
Diffstat (limited to 'src/test/rustdoc-js')
| -rw-r--r-- | src/test/rustdoc-js/generics.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc-js/generics.js b/src/test/rustdoc-js/generics.js index 4aa6b355b6d..5e5ba7cd9ac 100644 --- a/src/test/rustdoc-js/generics.js +++ b/src/test/rustdoc-js/generics.js @@ -12,7 +12,7 @@ const QUERY = [ const EXPECTED = [ { - // "R"<P> + // R<P> 'returned': [ { 'path': 'generics', 'name': 'alef' }, ], |
