Skip to content

Commit 436b383

Browse files
jshji252Jason Ji
andauthored
Fixed a typo (#45228)
Co-authored-by: Jason Ji <[email protected]>
1 parent 6e06132 commit 436b383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/REPL/docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ julia> string(1 + 2)
3232
"3"
3333
```
3434

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

0 commit comments

Comments
 (0)