Skip to content

Commit

Permalink
it's => its
Browse files Browse the repository at this point in the history
it's the most common mistake i do.
  • Loading branch information
kspalaiologos authored Aug 3, 2021
1 parent 1ab9669 commit 4b395b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ In MalbolgeLISP, you can introduce constants using the `define` function. For ex
................|.....
6
```
MalbolgeLISP also supports lexically scoped (a function sees it's lexical ancestor's environment, not it's callers) lambdas. For instance:
MalbolgeLISP also supports lexically scoped (a function sees its lexical ancestor's environment, not its callers) lambdas. For instance:
```
% ((lambda (n) (* n n)) 3)
........................................|.........
Expand Down

0 comments on commit 4b395b3

Please sign in to comment.