We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e06132 commit 436b383Copy full SHA for 436b383
stdlib/REPL/docs/src/index.md
@@ -32,7 +32,7 @@ julia> string(1 + 2)
32
"3"
33
```
34
35
-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,
36
the REPL also binds the result to the variable `ans`. A trailing semicolon on the line can be
37
used as a flag to suppress showing the result.
38
0 commit comments