Skip to content

Commit cf01a8c

Browse files
committed
kernel: gen_sctp: fix duplicated 'data' in docs
1 parent 64c8ae9 commit cf01a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/kernel/src/gen_sctp.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ When the socket is in [passive](#option-active) mode,
812812
data can be received through the [`recv/1,2`](`recv/1`) calls.
813813

814814
When the socket is in [active](#option-active) mode,
815-
data received data is delivered to the controlling process as messages:
815+
received data is delivered to the controlling process as messages:
816816

817817
```erlang
818818
{sctp, Socket, FromIP, FromPort, {AncData, Data}}

0 commit comments

Comments
 (0)