Skip to content

Commit a53c6ed

Browse files
authored
Fix typo in JEP-17 (#144)
1 parent a54f56d commit a53c6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jep-017-root-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ Some alternatives to this JEP are considered. Most notably, the [Lexical Scoping
9393
let({root: @}, &states[?name==root.first_choice].cities[])
9494
```
9595

96-
Although the [Lexical Scoping](./jep-011-let-function.mdj) proposal covers this case in a more generic way,
96+
Although the [Lexical Scoping](./jep-011-let-function.md) proposal covers this case in a more generic way,
9797
using the `$` root node reference provides a more succinct way to express a common case.

0 commit comments

Comments
 (0)