We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e3ea0 commit 69cf010Copy full SHA for 69cf010
src/hir.md
@@ -87,7 +87,7 @@ Most of the time when you are working with the HIR, you will do so via
87
the **HIR Map**, accessible in the tcx via [`tcx.hir()`] (and defined in
88
the [`hir::map`] module). The [HIR map] contains a [number of methods] to
89
convert between IDs of various kinds and to lookup data associated
90
-with an HIR node.
+with a HIR node.
91
92
[`tcx.hir()`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html#method.hir
93
[`hir::map`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/hir/map/index.html
0 commit comments