From cac63058526c3825efd258147e98683fac424166 Mon Sep 17 00:00:00 2001 From: kalmar Date: Sun, 23 Jul 2017 17:04:22 +0200 Subject: [PATCH] trivial changes in docs --- src/DirectProducts.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DirectProducts.jl b/src/DirectProducts.jl index d05c5bb..af26aee 100644 --- a/src/DirectProducts.jl +++ b/src/DirectProducts.jl @@ -73,8 +73,8 @@ end doc""" (G::DirectProductGroup)(a::Vector, check::Bool=true) > 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 -> checks on the correctness are performed. +> element of vector `a` to `G.group`. If `check` flag is set to `false` neither +> check on the correctness nor coercion is performed. """ function (G::DirectProductGroup)(a::Vector, check::Bool=true) if check