Skip to content

Commit 0a28043

Browse files
committed
elementwise => pointwise
1 parent 2e361c9 commit 0a28043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MeasureBase.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include("combinators/product.jl")
4545
include("combinators/for.jl")
4646
include("combinators/power.jl")
4747
include("combinators/likelihood.jl")
48-
include("combinators/elementwise.jl")
48+
include("combinators/pointwise.jl")
4949
include("combinators/spikemixture.jl")
5050
include("combinators/chain.jl")
5151
include("rand.jl")

0 commit comments

Comments
 (0)