Skip to content

Commit 50eebbd

Browse files
author
Scott
committed
Fixed minor typos in js tutorials
1 parent b2e118e commit 50eebbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Arithmetic Operations on Images {#tutorial_js_image_arithmetics}
44
Goal
55
----
66

7-
- Learn several arithmetic operations on images like addition, subtraction, bitwise operations
7+
- Learn several arithmetic operations on images like addition, subtraction, bitwise operations,
88
etc.
9-
- You will learn these functions : **cv.add()**, **cv.subtract()** etc.
9+
- You will learn these functions : **cv.add()**, **cv.subtract()**, etc.
1010

1111
Image Addition
1212
--------------

0 commit comments

Comments
 (0)