From 56f81c7178709ef012a458d8affeee608f5e0169 Mon Sep 17 00:00:00 2001 From: Hanno Becker Date: Wed, 15 May 2019 09:44:59 +0100 Subject: [PATCH] Improve wording in documentation of MBEDTLS_SSL_CID --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2ad39db7a..f1e27b397 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -1336,7 +1336,7 @@ * * Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`, * `mbedtls_ssl_get_peer_cid()` and `mbedtls_ssl_conf_cid()`. - * See their documentation for more information. + * See the corresponding documentation for more information. * * \warning The Connection ID extension is still in draft state. * We make no stability promises for the availability