Skip to content

Commit 314518f

Browse files
committed
Update description for Cursor::getServer()
1 parent 1b25669 commit 314518f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MongoDB/Cursor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ PHP_METHOD(Cursor, getId)
125125
/* }}} */
126126

127127
/* {{{ proto MongoDB\Driver\Server Cursor::getServer()
128-
Returns the Server object that this cursor is attached to */
128+
Returns the Server object to which this cursor is attached */
129129
PHP_METHOD(Cursor, getServer)
130130
{
131131
php_phongo_cursor_t *intern;

0 commit comments

Comments
 (0)