Skip to content

Commit 5f7d69b

Browse files
committed
- fixed wording in doc block
1 parent 759a70a commit 5f7d69b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dips.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ Dips.prototype.getContainers = function ()
257257
* @memberOf Dips
258258
* @instance
259259
* @method setContainers
260-
* @param {Object.<String, Mixed>) values
260+
* @param {Object.<String, Container>) values
261261
* @returns {Dips}
262262
*/
263263
Dips.prototype.setContainers = function (values)
@@ -291,7 +291,7 @@ Dips.prototype.hasContainer = function (id)
291291
* @instance
292292
* @method getContainer
293293
* @param {String} id
294-
* @returns {Container}
294+
* @returns {Container|undefined}
295295
*/
296296
Dips.prototype.getContainer = function (id)
297297
{

lib/entity/file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ exports.scan = function scan(path, result)
224224
* @memberOf File_Entities
225225
* @function getEntities
226226
* @param {String|Array.<String>|Object.<String,String>} paths the paths to parse, entity id as key and folder path as value if object is used
227-
* @param {String} [basePath=""] the base path to use, if folders content uses relative paths
227+
* @param {String} [basePath=""] the absolute base path to use, if folders content uses relative paths
228228
* @param {String|undefined} [prefix=undefined] the prefix to use e.g. "view" for "my.view" or no prefix for "view"
229229
* @returns {Object.<String, *>}
230230
*/

0 commit comments

Comments
 (0)