Fixed small typo.

This commit is contained in:
Ernie Pasveer
2022-06-06 11:46:40 -05:00
parent 01127f86d1
commit 5cb58a7fc8
+1 -1
View File
@@ -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};