Skip to content

Commit

Permalink
Simplify the format of docs comment of Output<T>
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Oct 26, 2022
1 parent efdadc1 commit 06456d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions sdk/dotnet/Pulumi/Core/Output.cs
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,8 @@ internal interface IOutput
/// <see cref="Output{T}"/>s are a key part of how Pulumi tracks dependencies between <see
/// cref="Resource"/>s. Because the values of outputs are not available until resources are
/// created, these are represented using the special <see cref="Output{T}"/>s type, which
/// internally represents two things:
/// <list type="number">
/// <item><description>An eventually available value of the output</description></item>
/// <item><description>The dependency on the source(s) of the output value</description></item>
/// </list>
/// internally represents two things: an eventually available value of the output and
/// the dependency on the source(s) of the output value.
/// In fact, <see cref="Output{T}"/>s is quite similar to <see cref="Task{TResult}"/>.
/// Additionally, they carry along dependency information.
/// <para/>
Expand Down

0 comments on commit 06456d7

Please sign in to comment.