Skip to content

Commit 6b426e2

Browse files
authored
typo
Fixes #1599
1 parent 82257c2 commit 6b426e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler-debugging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ stack backtrace:
185185

186186
Cool, now I have a backtrace for the error!
187187

188-
## Getting the the error creation location
188+
## Getting the error creation location
189189

190190
`-Z track-diagnostics` can help figure out where errors are emitted. It uses `#[track_caller]`
191191
for this and prints its location alongside the error:

0 commit comments

Comments
 (0)