Skip to content

Commit cdb51cf

Browse files
LucasDondotwistedfall
authored andcommitted
Fixed typo
1 parent e8039e8 commit cdb51cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ that.
196196
### Errors
197197

198198
Most functions return a `Result` to expose a potential C++ exception. Although some methods like property reads
199-
or functions that are marked CV_NOEXCEPT in the OpenCV headers are infallible and return a naked value.
199+
or functions that are marked `CV_NOEXCEPT` in the OpenCV headers are infallible and return a naked value.
200200

201201
### CV_MAKETYPE
202202

0 commit comments

Comments
 (0)