From 1d3017389f622e9495791f7ca5aa1cbe29c06e01 Mon Sep 17 00:00:00 2001 From: kalmar Date: Fri, 19 May 2017 10:35:29 +0200 Subject: [PATCH] add quotes in docstring --- src/Groups.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)