Typo in comment

This commit is contained in:
Franky Braem 2012-10-06 17:04:30 +00:00
parent 1eade30734
commit 6cc31a5539

View File

@ -270,7 +270,7 @@ public:
}
bool isNull() const
/// Returns true iff the Nullable is empty.
/// Returns true if the Nullable is empty.
{
return _isNull;
}