edgedb / easy-edgedb

An illustrated textbook designed to be a one-stop shop for learning EdgeDB
https://www.edgedb.com/easy-edgedb
69 stars 36 forks source link

Chapter 6: Broken reference #132

Open scottgonzalez opened 5 months ago

scottgonzalez commented 5 months ago

A note in Chapter 6 has a broken reference:

You’ll notice that we just wrote the names in a set using {}, so we didn’t need to use an array with [] to do it. (This is called a {ref}set constructor <docs:ref_eql_set_constructor>, by the way.)