blog/metaprogramming-partial-application: i missed a typo for like 3 years, damn

This commit is contained in:
Cadey Ratio 2018-01-02 10:30:11 -05:00
parent ad537639c1
commit 883104ccc7
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ And in the repl:
```
>>> increment(50)
1
51
```
`increment` takes the integer given and increases it by 1, it is the same thing