Skip to content

Commit e7b1d97

Browse files
authored
docs: fix rendering of Rust tutorial (#4859)
1 parent 6a770a6 commit e7b1d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/rust.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ compilation process.
124124
Make sure you also have the development packages of openssl installed.
125125
For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.
126126

127-
If you're in a situation where you think the directory *should* be found
127+
If you are in a situation where you think the directory *should* be found
128128
automatically, please open a bug at https://github.com/sfackler/rust-openssl
129129
and include information about your system as well as this message.
130130

@@ -133,7 +133,7 @@ $TARGET = x86_64-unknown-linux-gnu
133133
openssl-sys = 0.9.102
134134

135135

136-
It looks like you're compiling on Linux and also targeting Linux. Currently this
136+
It looks like you are compiling on Linux and also targeting Linux. Currently this
137137
requires the `pkg-config` utility to find OpenSSL but unfortunately `pkg-config`
138138
could not be found. If you have OpenSSL installed you can likely fix this by
139139
installing `pkg-config`.

0 commit comments

Comments
 (0)