Skip to content

Commit ba94649

Browse files
committed
refactor: fix comment
1 parent 8e9aeeb commit ba94649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/lib/wal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export function parseWalFormat<T extends WalRecord = WalRecord>(
344344
}
345345

346346
/**
347-
* NOTE: this helper is only used in this file. The rest of the repo avoids sync methods so it is not reusable.
347+
* NOTE: this helper is only used within the scope of wal and sharded wal logic. The rest of the repo avoids sync methods so it is not reusable.
348348
* Ensures a directory exists, creating it recursively if necessary using sync methods.
349349
* @param dirPath - The directory path to ensure exists
350350
*/

0 commit comments

Comments
 (0)