Skip to content
Snippets Groups Projects
Commit ee023bf3 authored by Adam Wardynski's avatar Adam Wardynski
Browse files

Fix comment.

parent d820ad3e
Branches
No related merge requests found
......@@ -33,13 +33,13 @@ public:
MatchResult apply(boost::shared_ptr<Position> iter_pos, const FunExecContext& context) const;
/**
* @returns String representation of the Action
* @returns String representation of the MatchCondition
*/
std::string to_string(const Corpus2::Tagset& tagset) const;
protected:
/**
* Writes string representation of the TokenCondition to
* Writes string representation of the MatchCondition to
* an output stream.
* @returns Stream written to.
* @note May be incomplete and/or containt internal info.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment