[Groonga-commit] droonga/droonga.org at badfa78 [gh-pages] Add a missing "with"

Back to archive index

susumu.yata null+****@clear*****
Tue Mar 18 17:02:27 JST 2014


susumu.yata	2014-03-18 17:02:27 +0900 (Tue, 18 Mar 2014)

  New Revision: badfa7873f6f5877d4cfe72da39ab98573c881af
  https://github.com/droonga/droonga.org/commit/badfa7873f6f5877d4cfe72da39ab98573c881af

  Merged 482ea8c: Merge pull request #13 from s-yata/gh-pages

  Message:
    Add a missing "with"

  Modified files:
    tutorial/basic/index.md

  Modified: tutorial/basic/index.md (+1 -1)
===================================================================
--- tutorial/basic/index.md    2014-03-18 16:59:59 +0900 (8cb9088)
+++ tutorial/basic/index.md    2014-03-18 17:02:27 +0900 (18d3395)
@@ -1546,7 +1546,7 @@ As the result, two stores are found by the search condition.
 
 ### Asynchronous search request via Socket.IO
 
-A Droonga protocol adapter supports not only REST API, but also [Socket.IO][]. If you send a request to a protocol adapter via Socket.IO, then the protocol adapter sends back the response for the request after the operation is finished. So you can develop a system based on a client application and an API server communicating each other asynchronously.
+A Droonga protocol adapter supports not only REST API, but also [Socket.IO][]. If you send a request to a protocol adapter via Socket.IO, then the protocol adapter sends back the response for the request after the operation is finished. So you can develop a system based on a client application and an API server communicating with each other asynchronously.
 
 Now, let's create such a system based on Socket.IO.
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index