wikiconvert: comment

git-svn-id: trunk@54390 -
This commit is contained in:
mattias 2017-03-12 19:11:44 +00:00
parent 48545a5054
commit bf0939e320

View File

@ -280,7 +280,7 @@ end;
{ IsValidIdent returns true if the first character of Ident is in:
'A' to 'Z', 'a' to 'z' or '_' and the following characters are one of:
'A' to 'Z', 'a' to 'z', '0'..'9' or '_' }
'A' to 'Z', 'a' to 'z', '0'..'9', '_' or '-' }
function IsValidNodeName(const Ident: string): boolean;
var
p: PChar;