Browse Source

[4102] Fixed the substring description

Francis Dupont 9 years ago
parent
commit
7dc8dc605b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/eval.dox

+ 1 - 1
src/lib/eval/eval.dox

@@ -146,7 +146,7 @@ instantiated with the appropriate value and put onto the expression vector.
  - isc::dhcp::TokenOption - represents an option in a packet, e.g.
  - isc::dhcp::TokenOption - represents an option in a packet, e.g.
                     option[123].text;
                     option[123].text;
  - isc::dhcp::TokenEqual - represents equal (==) operator;
  - isc::dhcp::TokenEqual - represents equal (==) operator;
- - isc::dhcp::TokenSubstring - represents substring(text, begin, end) operator;
+ - isc::dhcp::TokenSubstring - represents substring(text, start, length) operator;
 
 
 More operators are expected to be implemented in upcoming releases.
 More operators are expected to be implemented in upcoming releases.