Skip to content

Commit 12e6fce

Browse files
rousonktras
authored andcommitted
Apply suggestions from code review
Co-authored-by: Katherine Rasmussen <[email protected]>
1 parent 453a745 commit 12e6fce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Use Cases
4545
---------
4646
Two common use cases include
4747

48-
1. [Producing output in pure procedures] for debugging purposes.
48+
1. [Supporting output in pure procedures] for debugging purposes.
4949
2. [Enforcing programming contracts] throughout a project via runtime checks.
5050

51-
### Producing output in pure procedures
51+
### Supporting output in pure procedures
5252
Writing pure procedures communicates useful information to a compiler or a developer.
5353
Specifically, the pure attribute conveys compliance with several constraints that clarify data dependencies and preclude most side effects.
5454
For a compiler, these constraints support optimizations, including automatic parallelization on a central processing unit (CPU) or offloading to a graphics processing unit (GPU).

0 commit comments

Comments
 (0)