chore: Fix minor issues in the comments (#6535)

This commit is contained in:
tsinglua
2026-03-12 23:15:30 +08:00
committed by GitHub
parent e460ea0840
commit 91a23cf80b
2 changed files with 3 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ public:
// TrustedPublisherServer must be accessed through a shared_ptr.
// This constructor is only public so std::make_shared has access.
// The function`make_TrustedPublisherServer` should be used to create
// The function `make_TrustedPublisherServer` should be used to create
// instances.
// The `futures` member is expected to be structured as
// effective / expiration time point pairs for use in version 2 UNLs
@@ -249,7 +249,7 @@ public:
{
error_code ec;
acceptor_.close(ec);
// TODO consider making this join
// TODO: consider making this join
// any running do_peer threads
}

View File

@@ -1474,7 +1474,7 @@ public:
// Signer {
// Account: "...",
// TxnSignature: "...",
// PublicKey: "...""
// PublicKey: "..."
// }
// Make one well formed Signer and several mal-formed ones. See
// whether the serializer lets the good one through and catches