Skip to content

Commit 0d98396

Browse files
committed
network-typos: Added another file to this commit
1 parent adf06f2 commit 0d98396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/SDK/Network/NWProtocol.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class NWProtocolDefinition : Equatable, CustomDebugStringConvertible {
3232
}
3333
}
3434

35-
/// NWProtocolOptions is an abtract superclass that represents a configuration options
35+
/// NWProtocolOptions is an abstract superclass that represents a configuration options
3636
/// that can be used to add a protocol into an NWParameters.ProtocolStack. These options
3737
/// configure the behavior of a protocol and cannot be changed after starting a connection.
3838
@available(macOS 10.14, iOS 12.0, watchOS 5.0, tvOS 12.0, *)
@@ -45,7 +45,7 @@ public class NWProtocolOptions {
4545
}
4646
}
4747

48-
/// NWProtocolMetadata is an abtract superclass. An instance of metadata holds a set of
48+
/// NWProtocolMetadata is an abstract superclass. An instance of metadata holds a set of
4949
/// protocol-specific metadata. This metadata allows clients to pass down protocol requirements
5050
/// specific to some content being sent; as well as to retrieve metadata specific to some
5151
/// content that was received. Each protocol is responsible for defining its own accessor

0 commit comments

Comments
 (0)