Skip to content

Commit

Permalink
Merge pull request #948 from OpenGeoscience/fix-doc-typos
Browse files Browse the repository at this point in the history
Fix some typos in jsdoc comments.
  • Loading branch information
manthey authored Nov 2, 2018
2 parents 7c100bb + ddbf05a commit cca6ef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/gl/lineFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ var gl_lineFeature = function (arg) {
};

/**
* Return list of vgl actorss used for rendering.
* Return list of vgl actors used for rendering.
*
* @returns {vgl.actor[]}
*/
Expand Down
2 changes: 1 addition & 1 deletion src/gl/pointFeature.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ var gl_pointFeature = function (arg) {
}

/**
* Return list of vgl actorss used for rendering.
* Return list of vgl actors used for rendering.
*
* @returns {vgl.actor[]}
*/
Expand Down

0 comments on commit cca6ef5

Please sign in to comment.