We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae848b1 + 5fc6e54 commit 65ef99cCopy full SHA for 65ef99c
stdlib/public/Synchronization/Atomics/AtomicRepresentable.swift
@@ -47,7 +47,7 @@
47
/// conformance synthesis for enums by declaring our "raw value" to be a
48
/// `UInt8`. By adding the `AtomicRepresentable` conformance, we automatically
49
/// 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
+/// implementation and do all of the necessary work for you. However, it is still
51
/// possible to customize this behavior using the manual method explained below.
52
///
53
/// Defining your own `AtomicRepresentable` conformance is pretty simple. All
0 commit comments