Skip to content

Commit a837a59

Browse files
committed
Merge pull request #254 from ruudk/patch-1
Fixed small typo
2 parents 1db502a + 1eb4d23 commit a837a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ The arguments we are sending are the __min__ and __max__ values for the `rand()`
412412

413413
The final piece is to get the reply. Our PHP script will block till the server returns a value. The __$replies__ variable will be an associative array where each reply from the server will contained in the respective __request\_id__ key.
414414

415-
By default the RCP Client expects the response to be serialized. If the server you are working with returns a non-serialized result then set the RPC client expect_serialized_response option to false. For example, if the integer_store server didn't serialize the result the client would be set as below:
415+
By default the RPC Client expects the response to be serialized. If the server you are working with returns a non-serialized result then set the RPC client expect_serialized_response option to false. For example, if the integer_store server didn't serialize the result the client would be set as below:
416416

417417
```yaml
418418
rpc_clients:

0 commit comments

Comments
 (0)