1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-08-08 15:58:53 +02:00

trivial changes in docs

This commit is contained in:
kalmar 2017-07-23 17:04:22 +02:00
parent 93d380094e
commit cac6305852

View File

@ -73,8 +73,8 @@ end
doc""" doc"""
(G::DirectProductGroup)(a::Vector, check::Bool=true) (G::DirectProductGroup)(a::Vector, check::Bool=true)
> Constructs element of the $n$-fold direct product group `G` by coercing each > Constructs element of the $n$-fold direct product group `G` by coercing each
> element of vector `a` to `G.group`. If `check` flag is set to `false` no > element of vector `a` to `G.group`. If `check` flag is set to `false` neither
> checks on the correctness are performed. > check on the correctness nor coercion is performed.
""" """
function (G::DirectProductGroup)(a::Vector, check::Bool=true) function (G::DirectProductGroup)(a::Vector, check::Bool=true)
if check if check