Skip to content

Commit c312a1b

Browse files
LucasDondotwistedfall
authored andcommitted
Fixed typos
1 parent cdb51cf commit c312a1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following variables affect the building the of the `opencv` crate, but belon
139139
Allow custom arguments for generating and parsing code with clang, see
140140
the [documentation for clang arguments](https://docs.rs/clang/latest/clang/struct.Parser.html#method.arguments).
141141

142-
* clang crate environment variables
142+
* `clang` crate environment variables
143143
See crate's [README](https://github.com/KyleMayes/clang-sys/blob/master/README.md#environment-variables)
144144

145145
## Cargo features
@@ -169,7 +169,7 @@ The following OpenCV versions are supported at the moment:
169169
* 4.x
170170
* 5.x (preliminary)
171171

172-
### Minimum rustc version (MSRV)
172+
### Minimum `rustc` version (MSRV)
173173

174174
Currently, Rust version 1.82.0 or later is required. General policy is that rust version from 1 year ago is supported.
175175
Bumping versions older than that is not considered a breaking change.
@@ -198,7 +198,7 @@ that.
198198
Most functions return a `Result` to expose a potential C++ exception. Although some methods like property reads
199199
or functions that are marked `CV_NOEXCEPT` in the OpenCV headers are infallible and return a naked value.
200200

201-
### CV_MAKETYPE
201+
### `CV_MAKETYPE`
202202

203203
`CV_MAKETYPE` and related `CV_MAT_DEPTH` constant functions are available to replace the corresponding OpenCV macros.
204204
Yet it's usually easier to call `::opencv_type()` function on the corresponding Rust type. E.g.:

0 commit comments

Comments
 (0)