Skip to content

Commit 04246de

Browse files
Rollup merge of rust-lang#151497 - bodhisilberling-2027:fix-typo-recieve-receive, r=tshepang
Fix typo: 'recieve' -> 'receive' in lldb-visualizers.md
2 parents cbab2f0 + 8aa5d5a commit 04246de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc-dev-guide/src/debuginfo/lldb-visualizers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> NOTE: LLDB's C++<->Python FFI expects a version of python designated at the time LLDB was
44
>compiled. LLDB is careful to correspond this version to the minimum in typical Linux and macOS
5-
>distributions, but on Windows there is no easy solution. If you recieve an import error regarding
5+
>distributions, but on Windows there is no easy solution. If you receive an import error regarding
66
>`_lldb` not existing, a mismatched Python version is likely the cause.
77
>
88
> LLDB is considering solutions this issue. For updates, see

0 commit comments

Comments
 (0)