Skip to content

Commit 935a865

Browse files
authored
Fix typo
1 parent 3f965be commit 935a865

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)