From 484aa9291f02838ff70672aa53e6f31e153b3106 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 29 Nov 2020 12:05:34 -0500 Subject: [PATCH] Update openssl/src/x509/mod.rs --- openssl/src/x509/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl/src/x509/mod.rs b/openssl/src/x509/mod.rs index 3cd466507..ce748690b 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` – 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`]. /// -- GitLab