Skip to content

Commit 69cf010

Browse files
committed
an -> a
1 parent 26e3ea0 commit 69cf010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Most of the time when you are working with the HIR, you will do so via
8787
the **HIR Map**, accessible in the tcx via [`tcx.hir()`] (and defined in
8888
the [`hir::map`] module). The [HIR map] contains a [number of methods] to
8989
convert between IDs of various kinds and to lookup data associated
90-
with an HIR node.
90+
with a HIR node.
9191

9292
[`tcx.hir()`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html#method.hir
9393
[`hir::map`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/hir/map/index.html

0 commit comments

Comments
 (0)