summaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2020-11-29 12:05:34 -0500
committerGitHub <noreply@github.com>2020-11-29 12:05:34 -0500
commit484aa9291f02838ff70672aa53e6f31e153b3106 (patch)
treee95bda3991afe69314229426ce94160f01ee3065 /openssl
parentae026e32e18d0cf13ebbb017ffb088d43da95547 (diff)
downloadrust-openssl-484aa9291f02838ff70672aa53e6f31e153b3106.zip
Update openssl/src/x509/mod.rs
Diffstat (limited to 'openssl')
-rw-r--r--openssl/src/x509/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/x509/mod.rs b/openssl/src/x509/mod.rs
index 3cd46650..ce748690 100644
--- a/openssl/src/x509/mod.rs
+++ b/openssl/src/x509/mod.rs
@@ -584,7 +584,7 @@ impl X509Ref {
/// Returns certificate version. If this certificate has no explicit version set, it defaults to
/// version 1.
///
- /// Note that `0` return value stands for version 1, `1`&nbsp;&ndash; for version 2 and so on.
+ /// Note that `0` return value stands for version 1, `1` for version 2 and so on.
///
/// This corresponds to [`X509_get_version`].
///