From cfd37e48348ba17f0e194ae24c7cc1d9502e0249 Mon Sep 17 00:00:00 2001 From: The Alchemist Date: Wed, 26 Oct 2016 22:32:27 -0400 Subject: [PATCH] Fix typo: datastructure should be two words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15944d4..dd45f15 100755 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ cv.readImage("./examples/files/mona.png", function(err, im){ ### Matrix The [matrix](http://opencv.jp/opencv-2svn_org/cpp/core_basic_structures.html#mat) is the most useful -base datastructure in OpenCV. Things like images are just matrices of pixels. +base data structure in OpenCV. Things like images are just matrices of pixels. #### Creation