nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Wrong namespace in documentation https://github.com/nathanmarz/cascalog/wiki/Built-in-operations #244

Closed tobias74 closed 9 years ago

tobias74 commented 10 years ago

https://github.com/nathanmarz/cascalog/wiki/Built-in-operations

Is: Cascalog provides various helper operators in the cascalog.ops namespace. It is common to (:require [cascalog.ops :as c])

Should be: Cascalog provides various helper operators in the cascalog.logic.ops namespace. It is common to (:require [cascalog.logic.ops :as c])