Skip to content

Commit 3c49949

Browse files
theogfdevmotion
andauthored
Fix typo in valid_inputs error (#408)
* Fix typo in valid_inputs error * Update src/utils.jl Co-authored-by: David Widmann <[email protected]> Co-authored-by: David Widmann <[email protected]>
1 parent 9955044 commit 3c49949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ function validate_inputs(x, y)
178178
if dim(x) != dim(y) # Passes by default if `dim` is not defined
179179
throw(
180180
DimensionMismatch(
181-
"Dimensionality of x ($(dim(x))) not equality to that of y ($(dim(y)))"
181+
"dimensionality of x ($(dim(x))) is not equal to that of y ($(dim(y)))"
182182
),
183183
)
184184
end

0 commit comments

Comments
 (0)