delete superfluous ")"

This commit is contained in:
kalmar 2017-01-25 15:57:25 +01:00
parent de4d91a56a
commit 45e6eb47ea
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ freegroup_reduce(W::GWord) = freegroup_reduce!(deepcopy(W))
function hash{T}(W::GWord{T}, h::UInt)
W.modified && freegroup_reduce!(W)
return W.savedhash) + h
return W.savedhash + h
end
function (==){T}(W::GWord{T}, Z::GWord{T})