Skip to content

Commit

Permalink
chore: typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: richΛrd <[email protected]>
  • Loading branch information
vladopajic and richard-ramos authored Feb 14, 2025
1 parent 70c0652 commit bc8c30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libp2p/transports/quictransport.nim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ logScope:
type
P2PConnection = connection.Connection
QuicConnection = quic.Connection
QuickTransportError* = object of transport.TransportError
QuicTransportError* = object of transport.TransportError

# Stream
type QuicStream* = ref object of P2PConnection
Expand Down

0 comments on commit bc8c30c

Please sign in to comment.