Skip to content

Commit 3a3af82

Browse files
authored
Fix whitespace in README.md (JuliaLang#52714)
Fixup for JuliaLang#52691, fixes the whitespace CI check. cc @inkydragon, @ViralBShah
1 parent ca0a266 commit 3a3af82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The Julia source code is organized as follows:
136136
| `contrib/` | miscellaneous scripts |
137137
| `deps/` | external dependencies |
138138
| `doc/src/` | source for the user manual |
139-
| `etc/` | contains `startup.jl` |
139+
| `etc/` | contains `startup.jl` |
140140
| `src/` | source for Julia language core |
141141
| `stdlib/` | source code for other standard library packages |
142142
| `test/` | test suites |
@@ -158,7 +158,7 @@ Support for editing Julia is available for many
158158
others.
159159

160160
For users who prefer IDEs, we recommend using VS Code with the
161-
[julia-vscode](https://www.julia-vscode.org/) plugin.
161+
[julia-vscode](https://www.julia-vscode.org/) plugin.\
162162
For notebook users, [Jupyter](https://jupyter.org/) notebook support is available through the
163163
[IJulia](https://github.com/JuliaLang/IJulia.jl) package, and
164164
the [Pluto.jl](https://github.com/fonsp/Pluto.jl) package provides Pluto notebooks.

0 commit comments

Comments
 (0)