Skip to content

Commit

Permalink
Fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
madadam committed Jun 19, 2024
1 parent f82ab95 commit 0b11d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/src/stun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use stun_codec::{
use tokio::{select, sync::Notify, time};

stun_codec::define_attribute_enums! {
Attribute, AttributeDecoded, AttributeEncoder,
Attribute, AttributeDecoder, AttributeEncoder,
[
// RFC 5389
XorMappedAddress,
Expand Down

0 comments on commit 0b11d7a

Please sign in to comment.