docs(neuron): correct grammar

This commit is contained in:
davhojt 2022-06-19 23:55:03 +03:00 committed by Dav Hojt
parent 6d7155a2e0
commit c370eb398e
1 changed files with 1 additions and 2 deletions

View File

@ -2,8 +2,7 @@
### Instructions
Create a function called `neuron` that allows your AI/bot to learn how to data shape a given
dataset into an object so that it can better navigate the data.
Create a function named `neuron`, that enables your AI/bot to learn to mutate data into a more usable shape. You can see how it works from the example.
### Example