blog/metaprogramming-partial-application: i missed a typo for like 3 years, damn
This commit is contained in:
parent
ad537639c1
commit
883104ccc7
|
@ -175,7 +175,7 @@ And in the repl:
|
||||||
|
|
||||||
```
|
```
|
||||||
>>> increment(50)
|
>>> increment(50)
|
||||||
1
|
51
|
||||||
```
|
```
|
||||||
|
|
||||||
`increment` takes the integer given and increases it by 1, it is the same thing
|
`increment` takes the integer given and increases it by 1, it is the same thing
|
||||||
|
|
Loading…
Reference in New Issue