Skip to content

Commit a18633c

Browse files
committed
Fixes typo in comment
That's all
1 parent a46928c commit a18633c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaryTrees/binaryTree.grace

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ method empty {
66
}
77

88
class withAll(pairs:Iterable) {
9-
// answers a new mutable binary tree containing pairs, a which must be
9+
// answers a new mutable binary tree containing pairs, which must be
1010
// a collection of key-value bindings.
1111

1212
class nodeContaining(key', data')withChildren(left', right') is confidential {

0 commit comments

Comments
 (0)