Skip to content

Commit

Permalink
replace "full" by "Array" in a docstring (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
heiderich authored and thofma committed Feb 11, 2019
1 parent e617743 commit 0071a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generic/PermGroups.jl
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ julia> matrix_repr(p)
[1, 2] = 1
[2, 3] = 1
julia> full(ans)
julia> Array(ans)
3×3 Array{Int64,2}:
0 1 0
0 0 1
Expand Down

0 comments on commit 0071a3d

Please sign in to comment.