diff options
author | Steven Fackler <sfackler@gmail.com> | 2020-11-29 12:05:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 12:05:34 -0500 |
commit | 484aa9291f02838ff70672aa53e6f31e153b3106 (patch) | |
tree | e95bda3991afe69314229426ce94160f01ee3065 /openssl/src | |
parent | ae026e32e18d0cf13ebbb017ffb088d43da95547 (diff) | |
download | rust-openssl-484aa9291f02838ff70672aa53e6f31e153b3106.zip |
Update openssl/src/x509/mod.rs
Diffstat (limited to 'openssl/src')
-rw-r--r-- | openssl/src/x509/mod.rs | 2 |
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` – 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`]. /// |