fixed typo

This commit is contained in:
Jocelyn Fiat
2011-07-22 17:05:55 +02:00
parent 0ef88eadf5
commit 6599bf1a07

View File

@@ -190,7 +190,6 @@ feature -- Match
--| FIXME jfiat [2011/07/22] : check this ... --| FIXME jfiat [2011/07/22] : check this ...
--| There should be at least one literal between two expression --| There should be at least one literal between two expression
--| {var}{foobar} is ambigous for matching ... --| {var}{foobar} is ambigous for matching ...
b := False
if q > p then if q > p then
t := tpl.substring (p, q - 1) t := tpl.substring (p, q - 1)
s := a_uri.substring (p + l_offset, q + l_offset - 1) s := a_uri.substring (p + l_offset, q + l_offset - 1)