sock_dtls: add missing whitespace to doc

This commit is contained in:
Martine S. Lenders 2020-05-26 20:36:57 +02:00
parent 880c42e236
commit c7916e11e6
No known key found for this signature in database
GPG Key ID: CCD317364F63286F

View File

@ -557,7 +557,7 @@ void sock_dtls_init(void);
*
* @param[out] sock The resulting DTLS sock object
* @param[in] udp_sock Existing UDP sock initialized with
* @ref sock_udp_create()to be used underneath.
* @ref sock_udp_create() to be used underneath.
* @param[in] tag Credential tag of @p sock. The sock will only use
* credentials with the same tag given here.
* @param[in] version [DTLS version](@ref sock_dtls_prot_version) to use.