From 72f0dee2027b851ce7a57600ebf0fb9063aeddcb Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(B-4.4.46a)> Date: Fri, 3 Dec 2010 13:26:47 +0100 Subject: [PATCH] Fixing comment flex -> class --- libwccl/ops/functions/tset/getwordclass.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwccl/ops/functions/tset/getwordclass.h b/libwccl/ops/functions/tset/getwordclass.h index 30f377c..0efff88 100644 --- a/libwccl/ops/functions/tset/getwordclass.h +++ b/libwccl/ops/functions/tset/getwordclass.h @@ -19,13 +19,13 @@ public: } /** - * @returns Name of the operator, "flex" + * @returns Name of the operator, "class" */ std::string name(const Corpus2::Tagset&) const { return "class"; } /** - * @returns Name of the operator, "flex" + * @returns Name of the operator, "class" */ std::string raw_name() const { return "class"; -- GitLab