Skip to content

Commit 65ef99c

Browse files
authored
Merge pull request #84616 from valeriyvan/AtomicRepresentable
Fix typo in AtomicRepresentable.swift
2 parents ae848b1 + 5fc6e54 commit 65ef99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Synchronization/Atomics/AtomicRepresentable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
/// conformance synthesis for enums by declaring our "raw value" to be a
4848
/// `UInt8`. By adding the `AtomicRepresentable` conformance, we automatically
4949
/// figure out how to do the conformance from the `RawRepresentable`
50-
/// implementation and do all of th necessary work for you. However, it is still
50+
/// implementation and do all of the necessary work for you. However, it is still
5151
/// possible to customize this behavior using the manual method explained below.
5252
///
5353
/// Defining your own `AtomicRepresentable` conformance is pretty simple. All

0 commit comments

Comments
 (0)