Skip to content

Commit dc64b8f

Browse files
authored
[Generator Concept]: Updated config.json (#3531)
* Update config.json for the Generator Concept Added Bethany, Kytrinyx, and Meatball133 as contributors and updated the concept blurb. * Update concepts/generators/.meta/config.json * Update concepts/generators/.meta/config.json * Update concepts/generators/.meta/config.json
1 parent a986374 commit dc64b8f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

concepts/generators/.meta/config.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"blurb": "Generator are functions that returns a lazy iterator, lazy iterator is an iterator like: list, tuple, etc. But doesn't need store its content in memory",
2+
"blurb": "Generators are functions or expressions that return a special type of iterator called a 'generator-iterator'. Generator-iterators are lazy: they do not store their values in memory but generate them when needed.",
33
"authors": ["J08K"],
4-
"contributors": []
4+
"contributors": [
5+
"BethanyG",
6+
"kytrinyx",
7+
"meatball133"
8+
]
59
}

0 commit comments

Comments
 (0)