Browse Source

[4232a] Grammar (by Stephen)

Francis Dupont 9 years ago
parent
commit
034813248b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/token.h

+ 1 - 1
src/lib/eval/token.h

@@ -149,7 +149,7 @@ protected:
 
 /// @brief Token representing an IP address as a constant string
 ///
-/// This token holds value of an IP address as a constant string,
+/// This token holds the value of an IP address as a constant string,
 /// for instance 10.0.0.1 is 0x10000001
 class TokenIpAddress : public Token {
 public: