Skip to content

Commit 7aef26f

Browse files
authored
Typo fix (#426)
Trivial typo fix
1 parent aae7864 commit 7aef26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Normally, Julia compiles your code when you first execute it; using JuliaInterpr
55
avoid compilation and execute the expressions that define your code directly.
66
Interpreters have a number of applications, including support for stepping debuggers.
77

8-
## Use an an interpreter
8+
## Use as an interpreter
99

1010
Using this package as an interpreter is straightforward:
1111

0 commit comments

Comments
 (0)