Skip to content

Commit

Permalink
Fix a typo in IActionRenderer<T>'s docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlia committed Sep 4, 2020
1 parent 251ede7 commit ad32f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Libplanet/Blockchain/Renderers/IActionRenderer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ public interface IActionRenderer<T> : IRenderer<T>
/// cref="IRenderer{T}.RenderBlock(Block{T}, Block{T})"/> method is called
/// (where its second parameter <c>newTip</c> contains a transaction the <paramref
/// name="action"/> belongs to).
/// <param>The reason why the parameter <paramref name="action"/> takes
/// <para>The reason why the parameter <paramref name="action"/> takes
/// <see cref="IAction"/> instead of <typeparamref name="T"/> is because it can take
/// block actions (<see cref="Policies.IBlockPolicy{T}.BlockAction"/>) besides transaction
/// actions (<see cref="Tx.Transaction{T}.Actions"/>).</param>
/// actions (<see cref="Tx.Transaction{T}.Actions"/>).</para>
/// </remarks>
void RenderActionError(IAction action, IActionContext context, Exception exception);

Expand Down

0 comments on commit ad32f96

Please sign in to comment.