Skip to content

Commit

Permalink
dgram: api style nits
Browse files Browse the repository at this point in the history
Correctly mention function calls and strip trailing whitespace
  • Loading branch information
Lucas Pardue committed Dec 1, 2017
1 parent d52a81b commit 87f327a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/dgram.md
Expand Up @@ -108,7 +108,7 @@ Tells the kernel to join a source-specific multicast channel at the given
`IP_ADD_SOURCE_MEMBERSHIP` socket option. If the `multicastInterface` argument
is not specified, the operating system will choose one interface and will add
membership to it. To add membership to every available interface, call
`addSourceSpecificMembership` multiple times, once per interface.
`socket.addSourceSpecificMembership()` multiple times, once per interface.

### socket.address()
<!-- YAML
Expand Down

0 comments on commit 87f327a

Please sign in to comment.