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.
2 parents 3f965be + 935a865 commit 68c1d76Copy full SHA for 68c1d76
src/systems/system.jl
@@ -1045,7 +1045,7 @@ end
1045
1046
function Base.showerror(io::IO, err::IllFormedNoiseEquationsError)
1047
print(io, """
1048
- Noise equations are ill-formed. The number of rows much must number of drift \
+ Noise equations are ill-formed. The number of rows must match the number of drift \
1049
equations. `size(neqs, 1) == $(err.noise_eqs_rows) != length(eqs) == \
1050
$(err.eqs_length)`.
1051
""")
0 commit comments