Skip to content

Commit c30ae1b

Browse files
authored
Merge pull request #2431 (Fix typo)
2 parents b35498b + 84d1d3f commit c30ae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0410-atomics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ Now that we know how to create an atomic value, it's time to introduce some actu
580580

581581
### Basic Atomic Operations
582582

583-
`Atomic` provides seven basic atomic operations when `Value.AtomicRepresenation` is one of the fundamental atomic storage types on the standard integer types:
583+
`Atomic` provides seven basic atomic operations when `Value.AtomicRepresentation` is one of the fundamental atomic storage types on the standard integer types:
584584

585585
```swift
586586
extension Atomic where Value.AtomicRepresentation == {U}IntNN.AtomicRepresentation {

0 commit comments

Comments
 (0)