Merge pull request #61 from NanXiao/patch-1

Fix typo
This commit is contained in:
Marcel Keller
2018-09-17 13:54:19 +10:00
committed by GitHub

View File

@@ -13,7 +13,7 @@ A = sfixArray(n)
for i in range(n):
A[i] = sfix(i)
print_ln('mrray of fixed points')
print_ln('array of fixed points')
for i in range(n):
print_ln('%s', A[i].reveal())