Skip to content

Commit 7adff2c

Browse files
GianlucaGuariniloganfsmyth
authored andcommitted
Fix typo (#378)
1 parent 11cecea commit 7adff2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ and an array of objects is returned, each with the following properties:
426426
column number is 0-based.
427427

428428
```js
429-
consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" })
429+
consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" })
430430
// [ { line: 2,
431431
// column: 1 },
432432
// { line: 2,

0 commit comments

Comments
 (0)