Update article.md

"get in details" -> "get in to the details"
This commit is contained in:
Peter Roche 2020-02-13 21:49:19 -07:00 committed by GitHub
parent 220bed3fd6
commit 7fb11bd13a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,7 +111,7 @@ So:
## Advanced curry implementation ## Advanced curry implementation
In case you'd like to get in details, here's the "advanced" curry implementation for multi-argument functions that we could use above. In case you'd like to get in to the details, here's the "advanced" curry implementation for multi-argument functions that we could use above.
It's pretty short: It's pretty short: