summary refs log tree commit diff stats
path: root/lib/notion.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/notion.h')
-rw-r--r--lib/notion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/notion.h b/lib/notion.h index a180d73..4fd3396 100644 --- a/lib/notion.h +++ b/lib/notion.h
@@ -124,7 +124,7 @@ namespace verbly {
124 124
125 // Relationships with other objects 125 // Relationships with other objects
126 126
127 static const field word; 127 static const field words;
128 128
129 // Relationships with self 129 // Relationships with self
130 130
@@ -179,7 +179,7 @@ namespace verbly {
179 static const field groupNameField; 179 static const field groupNameField;
180 }; 180 };
181 181
182 static const preposition_group_field prepositionGroup; 182 static const preposition_group_field prepositionGroups;
183 183
184 private: 184 private:
185 bool valid_ = false; 185 bool valid_ = false;