Skip to content

Commit 8a0935c

Browse files
Alexander Regueiromark-i-m
authored andcommitted
Normalized instances of N.B..
1 parent 7d7d917 commit 8a0935c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub fn provide(providers: &mut Providers) {
190190
fn fubar<'cx, 'tcx>(tcx: TyCtxt<'cx, 'tcx>, key: DefId) -> Fubar<'tcx> { .. }
191191
```
192192

193-
NB. Most of the `rustc_*` crates only provide **local
193+
N.B. Most of the `rustc_*` crates only provide **local
194194
providers**. Almost all **extern providers** wind up going through the
195195
[`rustc_metadata` crate][rustc_metadata], which loads the information from the crate
196196
metadata. But in some cases there are crates that provide queries for

src/ty.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The `sty` field (the origin of this name is unclear to me; perhaps
102102
structural type?) is of type `TypeVariants<'tcx>`, which is an enum
103103
defining all of the different kinds of types in the compiler.
104104

105-
> NB: inspecting the `sty` field on types during type inference can be
105+
> N.B. inspecting the `sty` field on types during type inference can be
106106
> risky, as there may be inference variables and other things to
107107
> consider, or sometimes types are not yet known that will become
108108
> known later.).

0 commit comments

Comments
 (0)