Skip to content

Commit

Permalink
Merge branch 'stable'
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Dec 25, 2022
2 parents 655c2af + 5fc2f98 commit b7219d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/04_logical_regions/logical_regions.rg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ task main()
var structured_lr = region(structured_is, fs)

-- Note that you can create multiple regions with the same ispace
-- and fspace. This is a **NEW** region, distint from structured_lr
-- and fspace. This is a **NEW** region, distinct from structured_lr
-- above.
var no_clone_lr = region(structured_is, fs)
end
Expand Down

0 comments on commit b7219d5

Please sign in to comment.