You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Collections list item 7 in src/labs/its_all_data.clj (line 110): ({:country "US", :capitol "Washington, D.C."} :country)
should be: ({:country "US", :capital "Washington, D.C."} :country)
for consistency with the other examples under the Collections header.
The text was updated successfully, but these errors were encountered:
In Collections list item 7 in src/labs/its_all_data.clj (line 110):
({:country "US", :capitol "Washington, D.C."} :country)
should be:
({:country "US", :capital "Washington, D.C."} :country)
for consistency with the other examples under the Collections header.
The text was updated successfully, but these errors were encountered: