Skip to content
This repository was archived by the owner on Jun 23, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ An element which maps a component of the parse result to the input via a given l
The content of the source map is an array of locations.

#### Convenience function
You can use a convenience function to retrieve the sourceMap from any element.
You can use a convenience property to retrieve the sourceMap from any element.

```js
// Print [[1, 2]]
Expand Down