Skip to content

Commit cdb2177

Browse files
committed
Don't code quote proglang names
1 parent 8bb5ac6 commit cdb2177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/behavior-considered-undefined.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ code.
4040
* Non-UTF-8 byte sequences in a `str`.
4141

4242
> **Note**: Undefined behavior affects the entire program. For example, calling
43-
> a function in `C` that exhibits undefined behavior of `C` means your entire
44-
> program contains undefined behaviour that can also affect the `Rust` code.
45-
> And vice versa, undefined behavior in `Rust` can cause adverse affects on
46-
> code executed by any FFI calls to other languages.
43+
> a function in C that exhibits undefined behavior of C means your entire
44+
> program contains undefined behaviour that can also affect the Rust code. And
45+
> vice versa, undefined behavior in Rust can cause adverse affects on code
46+
> executed by any FFI calls to other languages.
4747
4848
[noalias]: http://llvm.org/docs/LangRef.html#noalias
4949
[pointer aliasing rules]: http://llvm.org/docs/LangRef.html#pointer-aliasing-rules

0 commit comments

Comments
 (0)