Skip to content

Commit

Permalink
Change quit() to exit() (#28660)
Browse files Browse the repository at this point in the history
To get out of REPL.
  • Loading branch information
anderson15 authored and fredrikekre committed Aug 15, 2018
1 parent eabb601 commit 548d83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/REPL/docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Markdown.parse("```\n\$ julia\n\n$(banner)\njulia>\n```")
```

To exit the interactive session, type `^D` -- the control key together with the `d` key on a blank
line -- or type `quit()` followed by the return or enter key. The REPL greets you with a banner
line -- or type `exit()` followed by the return or enter key. The REPL greets you with a banner
and a `julia>` prompt.

## The different prompt modes
Expand Down

0 comments on commit 548d83f

Please sign in to comment.