Skip to content

Commit

Permalink
fix docs (fixes #101)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinschmidt committed May 19, 2019
1 parent b29558f commit 861a222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ width(t::MatrixTerm) = sum(width(tt) for tt in t.terms)

"""
collect_matrix_terms(ts::TupleTerm)
collect_matrix_terms(t::AbstractTerm) = extract_matrix_term((t, ))
collect_matrix_terms(t::AbstractTerm) = collect_matrix_term((t, ))
Depending on whether the component terms are matrix terms (meaning they have
[`is_matrix_term(T) == true`](@ref is_matrix_term)), `collect_matrix_terms` will
Expand Down

0 comments on commit 861a222

Please sign in to comment.