add quotes in docstring

This commit is contained in:
kalmar 2017-05-19 10:35:29 +02:00
parent 64d5466aa7
commit 1d3017389f
1 changed files with 1 additions and 1 deletions

View File

@ -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)