Skip to content

Commit 9cd55bc

Browse files
committed
tweaks
1 parent 76eb9f0 commit 9cd55bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export class DocumentMapper {
135135
/**
136136
* Get the offset of the line and character position
137137
* @param position Line and character position
138-
* @param text The text for which the offset should be retrived
138+
* @param text The text for which the offset should be retrieved
139139
*/
140140
function offset_at(position, text) {
141141
const line_offsets = get_line_offsets(text);

src/preprocess.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { new_block, get_translation } from './block.js';
22
import { processor_options } from './processor_options.js';
33
import { state } from './state.js';
4-
import { DocumentMapper } from './mapping';
4+
import { DocumentMapper } from './mapping.js';
55

66
let default_compiler;
77

0 commit comments

Comments
 (0)