File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ The Julia source code is organized as follows:
136
136
| ` contrib/ ` | miscellaneous scripts |
137
137
| ` deps/ ` | external dependencies |
138
138
| ` doc/src/ ` | source for the user manual |
139
- | ` etc/ ` | contains ` startup.jl ` |
139
+ | ` etc/ ` | contains ` startup.jl ` |
140
140
| ` src/ ` | source for Julia language core |
141
141
| ` stdlib/ ` | source code for other standard library packages |
142
142
| ` test/ ` | test suites |
@@ -158,7 +158,7 @@ Support for editing Julia is available for many
158
158
others.
159
159
160
160
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.\
162
162
For notebook users, [ Jupyter] ( https://jupyter.org/ ) notebook support is available through the
163
163
[ IJulia] ( https://github.com/JuliaLang/IJulia.jl ) package, and
164
164
the [ Pluto.jl] ( https://github.com/fonsp/Pluto.jl ) package provides Pluto notebooks.
You can’t perform that action at this time.
0 commit comments