Skip to content

Commit 2c83dd4

Browse files
MojtabaHsjakepetroules
authored andcommitted
docs: fix a typo of associating word
1 parent 45d0413 commit 2c83dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SWBProtocol/BuildOperationMessages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public struct BuildOperationTaskInfo: Serializable, Equatable, Sendable {
181181
/// The name of the task, typically the value from the spec for the task.
182182
public let taskName: String
183183

184-
/// The signature of the task (for assocating with `wasUpToDate` messages).
184+
/// The signature of the task (for associating with `wasUpToDate` messages).
185185
private let internalSignature: BuildOperationTaskSignature
186186
public var signature: ByteString {
187187
internalSignature.rawValue

0 commit comments

Comments
 (0)