Skip to content

Commit d88af1f

Browse files
authored
Update build-a-k-nearest-neighbor-model-with-p5js.mdx
1 parent 8a42b6f commit d88af1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/build-a-k-nearest-neighbor-model-with-p5js/build-a-k-nearest-neighbor-model-with-p5js.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ That's why it's called K-Nearest Neighbors:
9090

9191
Easy to remember, right?
9292

93-
### Step 1: Creating the Points Class
93+
### Step 1: Create the Points Class
9494

9595
Let's begin by creating a `class` to represent our points. Each point will have:
9696

0 commit comments

Comments
 (0)