Skip to content

Commit ccdb5ca

Browse files
authored
Change "yield" to "produce"
1 parent c64bb45 commit ccdb5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sprint-3/1-implement-and-rewrite-tests/testing-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Input ──▶ Function ──▶ Output
99
A function
1010
- Takes **input** (via **arguments**)
1111
- Does some work
12-
- Yields **one output** (via a **return value**)
12+
- Produces **one output** (via a **return value**)
1313

1414
Example:
1515

0 commit comments

Comments
 (0)