Skip to content

Commit

Permalink
docs(api): update desc and return type
Browse files Browse the repository at this point in the history
  • Loading branch information
gregswindle committed Feb 18, 2018
1 parent 6993580 commit 86f503b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/crc/crc-codebase.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ class CrcCodebase {
}

/**
* Adds.
* Loads/initializes a `CrcCodebase` from ESLint result objects.
*
* @param {array.<Result>} results - All
*
* @returns {type} Description.
* @returns {void}
*/

load (results) {
Expand Down

0 comments on commit 86f503b

Please sign in to comment.