Skip to content

Commit 78f5796

Browse files
authored
Merge pull request #78 from fredrikekre/patch-1
Fix typo in usage.md
2 parents 8372c7c + 8eb3081 commit 78f5796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ backend = SequentialBackend()
6565

6666
Most of the codes using `PartitionedArrays` start creating a distributed object that for each part contains its part id. We call it `parts`.
6767
```julia
68-
parts = get_part_id(backend,np)
68+
parts = get_part_ids(backend,np)
6969
```
7070

7171
Now, we generate a partitioning of rows and columns. Note that the entry in row 3

0 commit comments

Comments
 (0)