diff --git a/src/Groups.jl b/src/Groups.jl index 394c322..c98e9df 100644 --- a/src/Groups.jl +++ b/src/Groups.jl @@ -139,7 +139,7 @@ reduce(W::GWord) = reduce!(deepcopy(W)) doc""" show(io::IO, W::GWord) -> The actual string produced by show depends on the eltype of W.symbols. +> The actual string produced by show depends on the eltype of `W.symbols`. """ function show(io::IO, W::GWord)