From 5cb58a7fc888fad3632df3f37084cfdc7afdb5ad Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Mon, 6 Jun 2022 11:46:40 -0500 Subject: [PATCH] Fixed small typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6871b87..1bf61a0 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Normal | Spline | Scatter --- | --- | --- ![](images/arrayvisualizer.png) | ![](images/arrayvisualizer_spline.png) | ![](images/arrayvisualizer_scatter.png) -Two arrays can be used as an X-Y plot. For example, this simple arrays forms the X-Y outline of a shape. +Two arrays can be used as an X-Y plot. For example, this simple 'points' array forms the X-Y outline of a shape. ``` int main() { int points[] = {50,1,20,91,97,35,2,35,79,91,50,1};