brave-clojure-web
brave-clojure-web copied to clipboard
Fix 'require' typo in Chapter 5
The code listing in Chapter 5 showing the namespace declaration for pegthing.core uses (require rather than (:require. This corrects that and updates the relevant class attribute in the code listing to be the appropriate value.