Registry.child_spec

You're seeing just the function child_spec, go back to Registry module for more information.
Link to this function

child_spec(options)

View Source (since 1.5.0)

Specs

child_spec([start_option()]) :: Supervisor.child_spec()

Returns a specification to start a registry under a supervisor.

See Supervisor.