Skip to content

Commit d19d306

Browse files
authoredMay 23, 2017
Merge pull request strat0sphere#17 from BryantDavidDavis/patch-1
fix typo in word "Importand"
2 parents 396f3ca + 2d1fa1f commit d19d306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎thriftDocumentation/source/usage-example.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The only thing worth messioning about the server implementation is the usage of
7676
Java Multiplication Client
7777
^^^^^^^^^^^^^^^^^^^^^^^^^^
7878

79-
Importand things to notice on the client code is the use of the TBinaryProtocol for the serializitaion and deserialization part. I could also use the compact, the JSON protocol or any other protocol supported by thrift. For more details on the protocols you can use please refer to the :doc:`thrift-stack` section of this tutorial.
79+
Important things to notice on the client code is the use of the TBinaryProtocol for the serializitaion and deserialization part. I could also use the compact, the JSON protocol or any other protocol supported by thrift. For more details on the protocols you can use please refer to the :doc:`thrift-stack` section of this tutorial.
8080
Another importand thing to notice is the use of the client and the coresponding client.multiply() method provided to us by the auto-generated thrift code. This call behind the scenes calls the TServiceClient.sendBase() method that will write the data to the wire.
8181

8282
.. literalinclude:: code_examples/MultiplicationClient.java

0 commit comments

Comments
 (0)
Please sign in to comment.