Skip to content

Commit

Permalink
Fix typo in cyclicDist docs (chapel-lang#23445)
Browse files Browse the repository at this point in the history
Fix the typo pointed out here:
chapel-lang#23440 (comment).

- [x] inspected built docs

[ trivial - not reviewed ]
  • Loading branch information
jeremiah-corrado authored Sep 19, 2023
2 parents df7343d + cf517ff commit 0076fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dists/CyclicDist.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ to the ID of the locale to which it is mapped.
use CyclicDist;
const Dist = new cyclicDist(startIdx=(1,1));
const D = cyclicDist.createDomain({1..8, 1..8});
const D = Dist.createDomain({1..8, 1..8});
var A: [D] int;
forall a in A do
Expand Down

0 comments on commit 0076fff

Please sign in to comment.