mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 21:22:00 +03:00
Tweak comment to make it less ambiguous
This commit is contained in:
parent
677ae610f4
commit
cde0c51cd6
@ -903,8 +903,8 @@ private:
|
||||
}
|
||||
|
||||
// Mutate start_desc with informations on which Codepoint could start a match.
|
||||
// Returns true if the node can not consume the char, in which case the next node
|
||||
// would still be relevant for the parent node start chars computation.
|
||||
// Returns true if the node possibly does not consume the char, in which case
|
||||
// the next node would still be relevant for the parent node start chars computation.
|
||||
template<MatchDirection direction>
|
||||
bool compute_start_desc(ParsedRegex::NodeIndex index,
|
||||
CompiledRegex::StartDesc& start_desc) const
|
||||
|
Loading…
Reference in New Issue
Block a user