From 50eebbd21feead00ec5f553f3544cfdca7d19b17 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 22 Sep 2024 11:40:06 +0200 Subject: [PATCH] Fixed minor typos in js tutorials --- .../js_image_arithmetics/js_image_arithmetics.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown b/doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown index 30ed918576..03e152f386 100644 --- a/doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown +++ b/doc/js_tutorials/js_core/js_image_arithmetics/js_image_arithmetics.markdown @@ -4,9 +4,9 @@ Arithmetic Operations on Images {#tutorial_js_image_arithmetics} Goal ---- -- Learn several arithmetic operations on images like addition, subtraction, bitwise operations +- Learn several arithmetic operations on images like addition, subtraction, bitwise operations, etc. -- You will learn these functions : **cv.add()**, **cv.subtract()** etc. +- You will learn these functions : **cv.add()**, **cv.subtract()**, etc. Image Addition --------------