Concurrent Data Processing in Elixir: code snippet missing closing brace (page 83)

@svilen

def via(id) do
  {:via, Registry, {ProducerConsumerRegistry, id}
end

is missing a }.

This is also the case in the downloadable code for scraper/lib/online_page_producer_consumer.change1.ex.