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

Fix comment.

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