Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request apple#1196 from an0/patch-1
Fix double addressing
  • Loading branch information
jckarter committed Oct 8, 2020
2 parents 9d5c3a2 + 218f37d commit 513e694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/0282-atomics.md
Expand Up @@ -181,7 +181,7 @@ However, despite the superficial similarity, the `&` here isn't an address-of op

```swift
withUnsafePointer(to: &value) { pointer in
test(&pointer)
test(pointer)
}
```

Expand Down

0 comments on commit 513e694

Please sign in to comment.