Skip to content

Commit 955cd7c

Browse files
committed
typo2
1 parent 138a54f commit 955cd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entities/HypoRecipe.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function Base.isapprox(
4444
end
4545

4646

47-
Base.==(
47+
Base.:(==)(
4848
a::HypoRecipe,
4949
b::HypoRecipe
5050
) = isapprox(a,b)

0 commit comments

Comments
 (0)