hashes: Made the runnableExample easier to understand (#17689)

This commit is contained in:
Andreas Rumpf
2021-04-09 15:36:06 +02:00
committed by GitHub
parent f25243140b
commit 86a1dcf928

View File

@@ -21,7 +21,7 @@ runnableExamples:
foo: int
bar: string
iterator items(x: Something): int =
iterator items(x: Something): Hash =
yield hash(x.foo)
yield hash(x.bar)