summary refs log tree commit diff stats
path: root/lib/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/word.h')
-rw-r--r--lib/word.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/word.h b/lib/word.h index a16319d..dd72c39 100644 --- a/lib/word.h +++ b/lib/word.h
@@ -28,7 +28,7 @@ namespace verbly {
28 28
29 // Accessors 29 // Accessors
30 30
31 operator bool() const 31 bool isValid() const
32 { 32 {
33 return valid_; 33 return valid_;
34 } 34 }