Skip to content

Commit

Permalink
typo fix in scoped values docs (JuliaLang#53629)
Browse files Browse the repository at this point in the history
  • Loading branch information
palday authored and mkitti committed Apr 13, 2024
1 parent 3dcd3db commit 8a0a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/base/scopedvalues.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ version of Julia.
## Design inspiration

This design was heavily inspired by [JEPS-429](https://openjdk.org/jeps/429),
which in turn was inspired by dynamically scoped free variables in many Lisp dialects. In particular Interlisp-D and it's deep binding strategy.
which in turn was inspired by dynamically scoped free variables in many Lisp dialects. In particular Interlisp-D and its deep binding strategy.

A prior design discussed was context variables ala [PEPS-567](https://peps.python.org/pep-0567/) and implemented in Julia as [ContextVariablesX.jl](https://github.com/tkf/ContextVariablesX.jl).

0 comments on commit 8a0a25a

Please sign in to comment.