Skip to content

Commit 5a98514

Browse files
committed
fix typo
1 parent f62b948 commit 5a98514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/node/src/integrations/contextlines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const LRU_FILE_CONTENTS_FS_READ_FAILED = new LRUMap<string, 1>(20);
1111
const DEFAULT_LINES_OF_CONTEXT = 7;
1212
const INTEGRATION_NAME = 'ContextLines';
1313
// Determines the upper bound of lineno/colno that we will attempt to read. Large colno values are likely to be
14-
// minified code while large colno values are likely to be bundled code.
14+
// minified code while large lineno values are likely to be bundled code.
1515
// Exported for testing purposes.
1616
export const MAX_CONTEXTLINES_COLNO: number = 1000;
1717
export const MAX_CONTEXTLINES_LINENO: number = 10000;

0 commit comments

Comments
 (0)