Skip to content

Commit a33eb38

Browse files
committed
Replace curly quotes in proto comments
1 parent 93efe0a commit a33eb38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/MongoDB/ServerDescription.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ static PHP_METHOD(ServerDescription, getHost)
100100
} /* }}} */
101101

102102
/* {{{ proto integer MongoDB\Driver\ServerDescription::getLastUpdateTime()
103-
Returns the servers last update time, in microseconds */
103+
Returns the server's last update time, in microseconds */
104104
static PHP_METHOD(ServerDescription, getLastUpdateTime)
105105
{
106106
php_phongo_serverdescription_t* intern;
@@ -122,7 +122,7 @@ static PHP_METHOD(ServerDescription, getLastUpdateTime)
122122
} /* }}} */
123123

124124
/* {{{ proto integer MongoDB\Driver\ServerDescription::getPort()
125-
Returns the servers port */
125+
Returns the server's port */
126126
static PHP_METHOD(ServerDescription, getPort)
127127
{
128128
php_phongo_serverdescription_t* intern;
@@ -135,7 +135,7 @@ static PHP_METHOD(ServerDescription, getPort)
135135
} /* }}} */
136136

137137
/* {{{ proto integer MongoDB\Driver\ServerDescription::getRoundTripTime()
138-
Returns the servers round trip time, in milliseconds */
138+
Returns the server's round trip time, in milliseconds */
139139
static PHP_METHOD(ServerDescription, getRoundTripTime)
140140
{
141141
php_phongo_serverdescription_t* intern;
@@ -153,7 +153,7 @@ static PHP_METHOD(ServerDescription, getRoundTripTime)
153153
} /* }}} */
154154

155155
/* {{{ proto string MongoDB\Driver\ServerDescription::getType()
156-
Returns the servers node type */
156+
Returns the server's node type */
157157
static PHP_METHOD(ServerDescription, getType)
158158
{
159159
php_phongo_serverdescription_t* intern;

0 commit comments

Comments
 (0)