Skip to content
Closed
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 src/js/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var Script = utils.ImportNow("Script");

/**
* Get information on a specific source position.
* Returns an object with the following following properties:
* Returns an object with the following properties:
* script : script object for the source
* line : source line number
* column : source column within the line
Expand Down