diff --git a/concepts/generators/.meta/config.json b/concepts/generators/.meta/config.json index 2b10803a95..085654284a 100644 --- a/concepts/generators/.meta/config.json +++ b/concepts/generators/.meta/config.json @@ -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",