mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
s/seperate/separate
This commit is contained in:
parent
c0ae4bb8f7
commit
a69dff59ce
7 changed files with 7 additions and 7 deletions
|
@ -1941,7 +1941,7 @@ public:
|
|||
BF_AST_TYPE(BfReplaceNode, BfAstNode);
|
||||
}; BF_AST_DECL(BfReplaceNode, BfAstNode);
|
||||
|
||||
//TODO: Should we have a seperate BfIdentifierExpression?
|
||||
//TODO: Should we have a separate BfIdentifierExpression?
|
||||
class BfIdentifierNode : public BfExpression
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -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