Skip to content

Commit 6d04f95

Browse files
author
Kenta Murata
committed
Fix typo
1 parent d63ea81 commit 6d04f95

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)