Skip to content

Commit

Permalink
fix docs typo
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremiah Corrado <[email protected]>
  • Loading branch information
jeremiah-corrado committed Sep 18, 2023
1 parent 6247d82 commit c297b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/release/examples/primers/distributions.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Space = {1..n, 1..n};
// domain.
//
const BlkDist = new blockDist(boundingBox=Space);
const BlockSpace = BlkDist.createDomain();
const BlockSpace = BlkDist.createDomain(Space);
var BA: [BlockSpace] int;

/*
Expand Down

0 comments on commit c297b2c

Please sign in to comment.