···191191Aspects have a `meta` submodule that can be used to attach meta-data
192192at the aspect-level.
193193194194-This is useful for introspection, for example, using some key to filter out aspects
194194+This is useful for [introspection, for example](https://github.com/vic/den/commit/809834982bb92e77228c91b9c24be8b17c06dfd3), using some key to filter out aspects
195195or communicate information about aspects to other tooling like graph generators.
196196197197Since `.meta` is a freeformType you can add any custom attribute or import a module on it.