Skip to content

Commit

Permalink
[Generator Concept]: Updated config.json (#3531)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
BethanyG authored Oct 31, 2023
1 parent a986374 commit dc64b8f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions concepts/generators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
{
"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",
"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.",
"authors": ["J08K"],
"contributors": []
"contributors": [
"BethanyG",
"kytrinyx",
"meatball133"
]
}

0 comments on commit dc64b8f

Please sign in to comment.