Skip to content

Commit

Permalink
Merge pull request apple#6 from e28eta/patch-1
Browse files Browse the repository at this point in the history
Fix succesOrdering typo in documentation
  • Loading branch information
lorentey committed Oct 4, 2020
2 parents f585014 + 42691f8 commit c6b1ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/Atomics/HighLevelTypes.swift.gyb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ extension ${type} {
/// }
/// ```
///
/// The `succesOrdering` argument specifies the memory ordering to use when
/// The `successOrdering` argument specifies the memory ordering to use when
/// the operation manages to update the current value, while `failureOrdering`
/// will be used when the operation leaves the value intact.
///
Expand Down
4 changes: 2 additions & 2 deletions Sources/Atomics/autogenerated/HighLevelTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ extension UnsafeAtomic {
/// }
/// ```
///
/// The `succesOrdering` argument specifies the memory ordering to use when
/// The `successOrdering` argument specifies the memory ordering to use when
/// the operation manages to update the current value, while `failureOrdering`
/// will be used when the operation leaves the value intact.
///
Expand Down Expand Up @@ -598,7 +598,7 @@ extension ManagedAtomic {
/// }
/// ```
///
/// The `succesOrdering` argument specifies the memory ordering to use when
/// The `successOrdering` argument specifies the memory ordering to use when
/// the operation manages to update the current value, while `failureOrdering`
/// will be used when the operation leaves the value intact.
///
Expand Down

0 comments on commit c6b1ed7

Please sign in to comment.