Skip to content

Commit

Permalink
Typo fix (#426)
Browse files Browse the repository at this point in the history
Trivial typo fix
  • Loading branch information
Dictino authored Sep 10, 2020
1 parent aae7864 commit 7aef26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Normally, Julia compiles your code when you first execute it; using JuliaInterpr
avoid compilation and execute the expressions that define your code directly.
Interpreters have a number of applications, including support for stepping debuggers.

## Use an an interpreter
## Use as an interpreter

Using this package as an interpreter is straightforward:

Expand Down

0 comments on commit 7aef26f

Please sign in to comment.