Skip to content

Commit 729ba6a

Browse files
authored
Fix docstring of @everywhere (#110)
1 parent af89e6c commit 729ba6a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/macros.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ processes to have execute the expression.
185185
186186
Similar to calling `remotecall_eval(Main, procs, expr)`, but with two extra features:
187187
188-
- `using` and `import` statements run on the calling process first, to ensure
189-
packages are precompiled.
190-
- The current source file path used by `include` is propagated to other processes.
188+
- `using` and `import` statements run on the calling process first, to ensure
189+
packages are precompiled.
190+
- The current source file path used by `include` is propagated to other processes.
191191
"""
192192
macro everywhere(ex)
193193
procs = GlobalRef(@__MODULE__, :procs)

0 commit comments

Comments
 (0)