Skip to content

Commit cf5f163

Browse files
authored
typo fix in scoped values docs (#53629)
1 parent 56f1c8a commit cf5f163

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)