File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Docker.DotNet/Endpoints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments