Skip to content

Commit af2e986

Browse files
nyurikxFrednet
andauthored
Update book/src/development/common_tools_writing_lints.md
Co-authored-by: Fridtjof Stoldt <xFrednet@gmail.com>
1 parent 3f4e395 commit af2e986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/development/common_tools_writing_lints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Useful Rustc dev guide links:
1616
- [Type checking](https://rustc-dev-guide.rust-lang.org/type-checking.html)
1717
- [Ty module](https://rustc-dev-guide.rust-lang.org/ty.html)
1818

19-
## Retrieving the type of expression
19+
## Retrieving the type of expressions
2020

2121
Sometimes you may want to retrieve the type `Ty` of an expression `Expr`, for
2222
example to answer following questions:

0 commit comments

Comments
 (0)