mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
s/seperate/separate
This commit is contained in:
parent
c0ae4bb8f7
commit
a69dff59ce
7 changed files with 7 additions and 7 deletions
|
@ -4281,7 +4281,7 @@ bool BfReducer::IsTerminatingExpression(BfAstNode* node)
|
|||
chevronDepth++;
|
||||
break;
|
||||
case BfToken_RChevron:
|
||||
// If we find a < and > that are not seperated by parens, that's a generic, which must be a
|
||||
// If we find a < and > that are not separated by parens, that's a generic, which must be a
|
||||
// variable decl if it's not in parens
|
||||
if ((parenDepth == 0) && (chevronDepth > 0))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue