Skip to content

Commit

Permalink
Update concepts/generators/.meta/config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG authored Oct 31, 2023
1 parent 7a53fbc commit fa11584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concepts/generators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"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."
"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": [
"BethanyG",
Expand Down

0 comments on commit fa11584

Please sign in to comment.