Fix typo.

This commit is contained in:
Leandro Melo
2010-09-22 18:21:11 +02:00
parent ca808cc7b4
commit cc219a1520

View File

@@ -168,7 +168,7 @@ public:
/// Returns true if this Symbol is a Namespace.
bool isNamespace() const;
/// Returns true if this Symbol is a Namespace.
/// Returns true if this Symbol is a Template.
bool isTemplate() const;
/// Returns true if this Symbol is a Class.