Skip to content

Commit

Permalink
fix typo #373
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Aug 29, 2024
1 parent 052f0f3 commit 64bd3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ about `let-env` expression check [documentation about LIPS environments](/docs/l
## Dynamic Scope
### Rationale
Initally the library was created with optional
Initially the library was created with optional
[dynamic scope](https://en.wikipedia.org/wiki/Scope_(computer_science)#Dynamic_scope). The reason for it was
that it was supposed to be used as scriptng language for the Emacs in the browser, probably as a fork
of [Ymacs](https://lisperator.net/ymacs/). The idea was abandoned but the dynamic scope remained as part
Expand Down

0 comments on commit 64bd3e8

Please sign in to comment.