Skip to content

Commit

Permalink
stun_acceptor: Fix type spec typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weiss committed Oct 5, 2023
1 parent 050284d commit 7a840f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stun_acceptor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
-type udp_socket() :: gen_udp:socket().
-type tcp_socket() :: gen_tcp:socket().
-type transport() :: udp | tcp | tls | auto.
-type opts() :: proplist:proplist().
-type opts() :: proplists:proplist().

%% API.

Expand Down

0 comments on commit 7a840f4

Please sign in to comment.