Parcourir la source

[4102] Fixed the substring description

Francis Dupont il y a 9 ans
Parent
commit
7dc8dc605b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.