Skip to content

Commit 5a6e3b3

Browse files
committed
f Less ambiguous
1 parent e65ddd4 commit 5a6e3b3

File tree

1 file changed

+2
-2
lines changed
  • lightning-rapid-gossip-sync/src

1 file changed

+2
-2
lines changed

lightning-rapid-gossip-sync/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
//! privately calculate routes for payments, and to do so much faster than requiring a full
2525
//! peer-to-peer gossip sync to complete.
2626
//!
27-
//! The server calculates its repsonse on the basis of a client-provided `latest_seen` timestamp,
28-
//! i.e., it will return all rapid gossip sync data it has seen after the given timestamp.
27+
//! The server calculates its response on the basis of a client-provided `latest_seen` timestamp,
28+
//! i.e., the server will return all rapid gossip sync data it has seen after the given timestamp.
2929
//!
3030
//! # Getting Started
3131
//! Firstly, the data needs to be retrieved from the server. For example, you could use the server

0 commit comments

Comments
 (0)