Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
chore: improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
friedjoff committed Mar 25, 2020
1 parent 01e1d83 commit bce6e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/locate.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import locations from '../data/locations.json';
/**
* This function tries to locate the forest type for a given location.
*
* @param {object} location The current location.´
* @returns {object} ...
* @param {object} location The current location.
* @returns {object} Includes ecogram, forest types and options.
*/
function locate(location = {}) {
const options = { forestEcoregion: Object.keys(locations) };
Expand Down

0 comments on commit bce6e2b

Please sign in to comment.