We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46928c commit a18633cCopy full SHA for a18633c
binaryTrees/binaryTree.grace
@@ -6,7 +6,7 @@ method empty {
6
}
7
8
class withAll(pairs:Iterable) {
9
- // answers a new mutable binary tree containing pairs, a which must be
+ // answers a new mutable binary tree containing pairs, which must be
10
// a collection of key-value bindings.
11
12
class nodeContaining(key', data')withChildren(left', right') is confidential {
0 commit comments