Fix typo.

This commit is contained in:
Matus Tejiscak 2020-05-22 00:04:25 +02:00
parent 8ed8ee463e
commit 1e968c14cf

View File

@ -1185,7 +1185,7 @@ prettyName (NS ns n) = prettyName n
prettyName n = pure (show n)
-- Add a hash of a thing that contains names,
-- but convert the internal numbers to full numbers first.
-- but convert the internal numbers to full names first.
-- This makes the hash not depend on the internal numbering,
-- which is unstable.
export