Skip to content

Commit d1b0913

Browse files
author
=
committed
bugfix de um end que ficou sem nome
1 parent 5ead8c9 commit d1b0913

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Fad/Chapter8.lean

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def pqCombined : PQ Nat Nat := combineQ pq1 pq2
469469
#eval huffmanPQ [('z', 5)]
470470
#eval huffmanPQ []
471471
-/
472-
end
472+
473+
end PriorityQueue
473474

474475
end Chapter8

0 commit comments

Comments
 (0)