1
0
Fork 0

fixes from feedback

This commit is contained in:
Patrick Huber 2014-12-10 22:05:06 +01:00
parent d0eb69fc73
commit 3692c23474
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ _.extend(Repository.prototype, {
/// @startDocuBlock JSF_foxx_repository_any
/// `FoxxRepository#any()`
///
/// Returns a random document from this collection (or null if there is none).
/// Returns a random model from this repository (or null if there is none).
///
/// @EXAMPLES
///