Skip to content

Commit

Permalink
Make a comment clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-yata committed Jul 22, 2014
1 parent e84b775 commit 847c337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/grnxx/table.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Table {

// Check the validity of a row.
//
// Returns true if the row is valid.
// Returns true if "row_id" specifies a row in use.
// Otherwise, returns false and stores error information into "*error" if
// "error" != nullptr.
bool test_row(Error *error, Int row_id) const;
Expand Down

0 comments on commit 847c337

Please sign in to comment.