Skip to content

Commit

Permalink
Merge pull request #835 from ansonj/fix-spelling-typo
Browse files Browse the repository at this point in the history
Fix typo ("conjuncion" --> "conjunction")
  • Loading branch information
RuiAAPeres committed Jul 22, 2021
2 parents 2c06e94 + e3b3c45 commit d861efd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# master
*Please add new entries at the top.*

1. Fixed spelling error in `Token` class documentation.

# 6.6.1
1. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants. (#826, kudos to @MikeChugunov)

Expand Down
2 changes: 1 addition & 1 deletion Sources/Lifetime.swift
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ extension Lifetime {
/// A token object which completes its associated `Lifetime` when
/// it deinitializes, or when `dispose()` is called.
///
/// It is generally used in conjuncion with `Lifetime` as a private
/// It is generally used in conjunction with `Lifetime` as a private
/// deinitialization trigger.
///
/// ```
Expand Down

0 comments on commit d861efd

Please sign in to comment.