Skip to content

Commit f6bd213

Browse files
committed
Add missing tick for doc
1 parent 633a2e3 commit f6bd213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_middle/ty/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub enum TyKind<'tcx> {
185185
/// After typeck, the concrete type can be found in the `types` map.
186186
Opaque(DefId, SubstsRef<'tcx>),
187187

188-
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}
188+
/// A type parameter; for example, `T` in `fn f<T>(x: T) {}`.
189189
Param(ParamTy),
190190

191191
/// Bound type variable, used only when preparing a trait query.

0 commit comments

Comments
 (0)