Improve documentation of mbedtls_x509_crt_parse()
diff --git a/include/mbedtls/x509_crt.h b/include/mbedtls/x509_crt.h
index 5482ea4..2c3c758 100644
--- a/include/mbedtls/x509_crt.h
+++ b/include/mbedtls/x509_crt.h
@@ -178,8 +178,8 @@
  * \brief          Parse one DER-encoded or one or more concatenated PEM-encoded
  *                 certificates and add them to the chained list.
  *
- *                 For PEM-encoded CRTs, the function parses permissively:
- *                 If at least one certificate can be parsed, the function
+ *                 For CRTs in PEM encoding, the function parses permissively:
+ *                 if at least one certificate can be parsed, the function
  *                 returns the number of certificates for which parsing failed
  *                 (hence \c 0 if all certificates were parsed successfully).
  *                 If no certificate could be parsed, the function returns