Skip to content

Commit 7f172c2

Browse files
authored
Update index.md
#245 (review)
1 parent 527cecd commit 7f172c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ Numerical Results of Distributed Computations
210210

211211
Floating point arithmetic is not associative and this comes up
212212
when performing distributed computations over `DArray`s. All `DArray`
213-
operations are performed over the localparts and then aggregated.
213+
operations are performed over the `localpart` chunks and then aggregated.
214214
The change in ordering of the operations will change the numeric result as
215215
seen in this simple example:
216216

0 commit comments

Comments
 (0)