Skip to content

Commit

Permalink
Fix paste error (collection -> tuple)
Browse files Browse the repository at this point in the history
  • Loading branch information
abliss committed Aug 14, 2015
1 parent d2589be commit c8973ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cassandra.h
Original file line number Diff line number Diff line change
Expand Up @@ -5215,7 5215,7 @@ cass_iterator_from_map(const CassValue* value);
*
* @param[in] value
* @return A new iterator that must be freed. NULL returned if the
* value is not a collection.
* value is not a tuple.
*
* @see cass_iterator_free()
*/
Expand Down

0 comments on commit c8973ca

Please sign in to comment.