Skip to content

Commit

Permalink
Merge pull request #3951 from zhedazijingang/main
Browse files Browse the repository at this point in the history
chore: remove repetitive words
  • Loading branch information
greymistcube authored Sep 10, 2024
2 parents ff217af + 0059690 commit f6cd63d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Libplanet.Net/Protocols/KademliaProtocol.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ await PingAsync(replacement, _requestTimeout, cancellationToken)
}

/// <summary>
/// Use <see cref="FindNeighborsMsg"/> messages to to find a <see cref="BoundPeer"/> with
/// Use <see cref="FindNeighborsMsg"/> messages to find a <see cref="BoundPeer"/> with
/// <see cref="Address"/> of <paramref name="target"/>.
/// </summary>
/// <param name="target">The <see cref="Address"/> to find.</param>
Expand Down
2 changes: 1 addition & 1 deletion src/Libplanet.Net/Swarm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ await ConsumeBlockCandidates(
}

/// <summary>
/// Use <see cref="FindNeighborsMsg"/> messages to to find a <see cref="BoundPeer"/> with
/// Use <see cref="FindNeighborsMsg"/> messages to find a <see cref="BoundPeer"/> with
/// <see cref="Address"/> of <paramref name="target"/>.
/// </summary>
/// <param name="target">The <see cref="Address"/> to find.</param>
Expand Down

0 comments on commit f6cd63d

Please sign in to comment.