Skip to content

Commit 12add8d

Browse files
paldayKristofferC
authored andcommitted
typo fix in scoped values docs (#53629)
(cherry picked from commit cf5f163)
1 parent 5adc0f6 commit 12add8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/base/scopedvalues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,6 @@ version of Julia.
295295
## Design inspiration
296296

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

300300
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 commit comments

Comments
 (0)