Skip to content

Commit d861efd

Browse files
authored
Merge pull request #835 from ansonj/fix-spelling-typo
Fix typo ("conjuncion" --> "conjunction")
2 parents 2c06e94 + e3b3c45 commit d861efd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# master
22
*Please add new entries at the top.*
33

4+
1. Fixed spelling error in `Token` class documentation.
5+
46
# 6.6.1
57
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)
68

Sources/Lifetime.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extension Lifetime {
8888
/// A token object which completes its associated `Lifetime` when
8989
/// it deinitializes, or when `dispose()` is called.
9090
///
91-
/// It is generally used in conjuncion with `Lifetime` as a private
91+
/// It is generally used in conjunction with `Lifetime` as a private
9292
/// deinitialization trigger.
9393
///
9494
/// ```

0 commit comments

Comments
 (0)