Skip to content

Commit 84d1d3f

Browse files
committed
Fix typo
1 parent b35498b commit 84d1d3f

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)