mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
Rollup merge of #151497 - bodhisilberling-2027:fix-typo-recieve-receive, r=tshepang
Fix typo: 'recieve' -> 'receive' in lldb-visualizers.md
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> NOTE: LLDB's C++<->Python FFI expects a version of python designated at the time LLDB was
|
||||
>compiled. LLDB is careful to correspond this version to the minimum in typical Linux and macOS
|
||||
>distributions, but on Windows there is no easy solution. If you recieve an import error regarding
|
||||
>distributions, but on Windows there is no easy solution. If you receive an import error regarding
|
||||
>`_lldb` not existing, a mismatched Python version is likely the cause.
|
||||
>
|
||||
> LLDB is considering solutions this issue. For updates, see
|
||||
|
||||
Reference in New Issue
Block a user