Minor phrasing adjustment
This commit is contained in:
parent
b12b4e4e32
commit
667d1c67e2
1 changed files with 2 additions and 2 deletions
|
|
@ -163,8 +163,8 @@ both at the same time:
|
|||
* exactly one mutable reference (`&mut T`).
|
||||
|
||||
|
||||
You may notice that this is very similar, though not exactly the same as,
|
||||
to the definition of a data race:
|
||||
You may notice that this is very similar to, though not exactly the same as,
|
||||
the definition of a data race:
|
||||
|
||||
> There is a ‘data race’ when two or more pointers access the same memory
|
||||
> location at the same time, where at least one of them is writing, and the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue