Skip to content

Commit 5bc8c3e

Browse files
authored
copyedit comment on IContainerOperations.AttachContainerAsync() (#616)
for issue #615
1 parent 56062e8 commit 5bc8c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Docker.DotNet/Endpoints/IContainerOperations.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,8 @@ public interface IContainerOperations
306306
/// <param name="cancellationToken">When triggered, the operation will stop at the next available time, if possible.</param>
307307
/// <returns>A <see cref="Task{TResult}"/> that resolves to a <see cref="MultiplexedStream"/>, which contains the
308308
/// container's <c>stdout</c> and <c>stderr</c> content and which can be used to write to the container's <c>stdin</c>.</returns>
309-
/// <remarks>The format of the stream various, in part by the <paramref name="tty"/> parameter's value. See the
310-
/// <a href="https://docs.docker.com/engine/api/v1.41/#operations/ContainerAttach">Docker Engine API reference</a> for details on
309+
/// <remarks>The format of the stream varies depending on the <paramref name="tty"/> parameter's value and some other factors.
310+
/// See the<a href="https://docs.docker.com/engine/api/v1.41/#operations/ContainerAttach">Docker Engine API reference</a> for details on
311311
/// the format.</remarks>
312312
/// <remarks>The corresponding commands in the Docker CLI are <c>docker attach</c> and <c>docker container attach</c>.</remarks>
313313
/// <exception cref="DockerContainerNotFoundException">No such container was found.</exception>

0 commit comments

Comments
 (0)