Skip to content

Commit

Permalink
Fix: update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rahls7 committed Nov 19, 2019
1 parent 3c1aa42 commit 0e975b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ class Gtfs {
getIndexedPathways() { return getIndexedTable(this, 'pathways'); }

/**
* Get a pathway using its indexes: the fromStopId and the toStopId.
* Get a pathway using its index: pathwayId.
*
* @param {string} pathwayId First index of the pathway
* @return {Object} Pathway object
Expand Down

0 comments on commit 0e975b0

Please sign in to comment.