Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Grammar issue in doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgene committed Feb 20, 2023
1 parent 445a60f commit 61ab30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/DockerClientSwift/Models/Container.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public struct PortBinding {
///
/// - Parameters:
/// - hostIP: The host IP address to map the connection to. Default `0.0.0.0`.
/// - hostPort: The port on the Docker host to map connections to 0 means map to a random available port. Default `0`.
/// - hostPort: The port on the Docker host to map connections to. `0` means map to a random available port. Default `0`.
/// - containerPort: The port on the container to map connections from.
/// - networkProtocol: The protocol (`tcp`/`udp`) to bind. Default `tcp`.
public init(hostIP: IPAddress=IPv4Address.any, hostPort: UInt16=0, containerPort: UInt16, networkProtocol: NetworkProtocol = .tcp) {
Expand Down

0 comments on commit 61ab30d

Please sign in to comment.