Skip to content

Commit

Permalink
fix wrong document @param in TBase.h
Browse files Browse the repository at this point in the history
Client: cocoa

This closes #1504
  • Loading branch information
yfchen authored and jeking3 committed Mar 8, 2018
1 parent b963e28 commit 138da20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoa/src/protocol/TBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
/**
* De-serialize object from the given input protocol
*
* @param input protocol used for reading
* @param inProtocol protocol used for reading
*/
-(BOOL) read:(id <TProtocol>)inProtocol error:(NSError **)error;

/**
* Serialize object to the given protocol
*
* @param buf output protocol used for writing
* @param outProtocol output protocol used for writing
*/
-(BOOL) write:(id <TProtocol>)outProtocol error:(NSError **)error;

Expand Down

0 comments on commit 138da20

Please sign in to comment.