Skip to content

Commit 70527c7

Browse files
committed
Merge pull request #35 from mrkn/fix_typo
Fix typo
2 parents 1c50743 + 6d04f95 commit 70527c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftTask/SwiftTask.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ public class Task<Progress, Value, Error>: Cancellable, Printable
209209
self.setup(weakified: weakified, paused: paused, _initClosure: _initClosure)
210210
}
211211

212-
// NOTE: don't use `internal init` for this setup method, or this will be a designated initalizer
212+
// NOTE: don't use `internal init` for this setup method, or this will be a designated initializer
213213
internal func setup(#weakified: Bool, paused: Bool, _initClosure: _InitClosure)
214214
{
215215
// #if DEBUG

0 commit comments

Comments
 (0)