We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5e82a commit bfbceeaCopy full SHA for bfbceea
packages/database/src/core/WriteTree.ts
@@ -48,7 +48,7 @@ import { CacheNode } from './view/CacheNode';
48
49
/**
50
* Defines a single user-initiated write operation. May be the result of a set(), transaction(), or update() call. In
51
- * the case of a set() or transaction, snap wil be non-null. In the case of an update(), children will be non-null.
+ * the case of a set() or transaction, snap will be non-null. In the case of an update(), children will be non-null.
52
*/
53
export interface WriteRecord {
54
writeId: number;
0 commit comments