Skip to content

Commit b5ec90c

Browse files
authored
Update manual.md (username)
1 parent 288e9bf commit b5ec90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ problem_constructor = (pid) -> problems[pid]
4242
@everywhere using DistributedObjects
4343
distributed_problem = DistributedObject((pid) -> make_problem(pid), pids=procs())
4444
```
45-
> Option 3 uses [`DistributedObjects`](https://github.com/Selim78/DistributedObjects.jl). In a nutshell, a `DistributedObject` instance references at most one object per process, and you can access the object stored on the current process with `[]`
45+
> Option 3 uses [`DistributedObjects`](https://github.com/SelimChraibi/DistributedObjects.jl). In a nutshell, a `DistributedObject` instance references at most one object per process, and you can access the object stored on the current process with `[]`
4646
4747

4848
| | communication costs & duplicated memory | single use objectives | |

0 commit comments

Comments
 (0)