Skip to content

Commit

Permalink
Fixed a typo (#45228)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ji <[email protected]>
  • Loading branch information
jshji252 and Jason Ji authored May 8, 2022
1 parent 6e06132 commit 436b383
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 @@ -32,7 +32,7 @@ julia> string(1 + 2)
"3"
```

There are a number useful features unique to interactive work. In addition to showing the result,
There are a number of useful features unique to interactive work. In addition to showing the result,
the REPL also binds the result to the variable `ans`. A trailing semicolon on the line can be
used as a flag to suppress showing the result.

Expand Down

0 comments on commit 436b383

Please sign in to comment.