Skip to content

Commit 4a32980

Browse files
authored
Update documentation in Builder.php
1 parent 77b28b3 commit 4a32980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Doctrine/ODM/MongoDB/Query/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@ public function limit(int $limit): self
880880
/**
881881
* Specify $lt criteria for the current field.
882882
*
883-
* @see Expr::lte()
884-
* @see https://docs.mongodb.com/manual/reference/operator/lte/
883+
* @see Expr::lt()
884+
* @see https://docs.mongodb.com/manual/reference/operator/lt/
885885
*
886886
* @param mixed $value
887887
*/

0 commit comments

Comments
 (0)