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 2c06e94 + e3b3c45 commit d861efdCopy full SHA for d861efd
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# master
2
*Please add new entries at the top.*
3
4
+1. Fixed spelling error in `Token` class documentation.
5
+
6
# 6.6.1
7
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)
8
Sources/Lifetime.swift
@@ -88,7 +88,7 @@ extension Lifetime {
88
/// A token object which completes its associated `Lifetime` when
89
/// it deinitializes, or when `dispose()` is called.
90
///
91
- /// It is generally used in conjuncion with `Lifetime` as a private
+ /// It is generally used in conjunction with `Lifetime` as a private
92
/// deinitialization trigger.
93
94
/// ```
0 commit comments