Chapter 7. Working with Nodes, Page 157

Location on the page: 
midway on the flowchart
Chapter: 
7. Working with Nodes
Error: 

Desicion box, "Providing module implements view hook?" The "No" branch leads to "Call hook_view() on providing module". If this is intended, the structure is counter-intuitive and should be explained in detail. If a module does not implement hook_view(), how is it being called?

Correction: 

It seems the Yes and No branch should be switched.

[Correct -- the Yes and No branch are reversed. -JV]