Skip to content

Commit 3376688

Browse files
authored
docs: fix links and typo (#108)
Port-of: cometbft/tendermint-rs#1486
1 parent 3bff225 commit 3376688

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pbt-gen/src/time.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ prop_compose! {
166166
}
167167

168168
// The following components of the timestamp follow
169-
// Section 5.6 of RFC3339: https://tools.ietf.org/html/rfc3339#ref-ABNF.
169+
// Section 5.6 of RFC3339: https://datatracker.ietf.org/doc/html/rfc3339#ref-ABNF.
170170

171171
prop_compose! {
172-
// See https://tools.ietf.org/html/rfc3339#appendix-A
172+
// See https://datatracker.ietf.org/doc/html/rfc3339#appendix-A
173173
fn arb_rfc339_time_offset()(
174174
sign in "[+-]",
175175
hour in 0..23u8,

rpc/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! [`event::Event`] subscription functionality. See the [CometBFT RPC] for more details.
1414
//! * `websocket-client` - Provides [`WebSocketClient`], which provides full client functionality,
1515
//! including general RPC functionality as well as [`event::Event`] subscription functionality.
16-
//! Can be used over secure (`wss://`) and unsecure (`ws://`) connections.
16+
//! Can be used over secure (`wss://`) and insecure (`ws://`) connections.
1717
//!
1818
//! ### Mock Clients
1919
//!

0 commit comments

Comments
 (0)