Skip to content

Commit 1984216

Browse files
docs(PeerNode): fix verification rules
1 parent 7ee7771 commit 1984216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/PeerNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public class PeerNode
6565
/// <remarks>
6666
/// Verifies that
6767
/// <list type="bullet">
68-
/// <item>The <see cref="Id"/> is a hash of the <see cref="PublicKey"/></item>
69-
/// <item>All <see cref="Addresses"/> point to the node</item>
68+
/// <item><description>The <see cref="Id"/> is a hash of the <see cref="PublicKey"/></description></item>
69+
/// <item><description>All <see cref="Addresses"/> point to the node</description></item>
7070
/// </list>
7171
/// </remarks>
7272
public bool IsValid()

0 commit comments

Comments
 (0)