Skip to content

Commit 68c1d76

Browse files
Merge pull request #3810 from asinghvi17/as/typo
Fix typo
2 parents 3f965be + 935a865 commit 68c1d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/system.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ end
10451045

10461046
function Base.showerror(io::IO, err::IllFormedNoiseEquationsError)
10471047
print(io, """
1048-
Noise equations are ill-formed. The number of rows much must number of drift \
1048+
Noise equations are ill-formed. The number of rows must match the number of drift \
10491049
equations. `size(neqs, 1) == $(err.noise_eqs_rows) != length(eqs) == \
10501050
$(err.eqs_length)`.
10511051
""")

0 commit comments

Comments
 (0)