1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

add quotes in docstring

This commit is contained in:
kalmar 2017-05-19 10:35:29 +02:00
parent 64d5466aa7
commit 1d3017389f

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)