File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
171171prop_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 ,
Original file line number Diff line number Diff line change 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//!
You can’t perform that action at this time.
0 commit comments