We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9955044 commit 3c49949Copy full SHA for 3c49949
src/utils.jl
@@ -178,7 +178,7 @@ function validate_inputs(x, y)
178
if dim(x) != dim(y) # Passes by default if `dim` is not defined
179
throw(
180
DimensionMismatch(
181
- "Dimensionality of x ($(dim(x))) not equality to that of y ($(dim(y)))"
+ "dimensionality of x ($(dim(x))) is not equal to that of y ($(dim(y)))"
182
),
183
)
184
end
0 commit comments