Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f90d4f6

Browse files
Smit-createcertik
andauthored
Fix typo
Co-authored-by: Ondřej Čertík <[email protected]>
1 parent d9416d7 commit f90d4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2300,7 +2300,7 @@ class BodyVisitor : public CommonVisitor<BodyVisitor> {
23002300
make_call_helper(al, s, current_scope, args, call_name, x.base.base.loc);
23012301
}
23022302

2303-
// Function to create appropriate call based on symbol type. If it external
2303+
// Function to create appropriate call based on symbol type. If it is external
23042304
// generic symbol then it changes the name accordingly.
23052305
void make_call_helper(Allocator &al, ASR::symbol_t* s, SymbolTable *current_scope,
23062306
Vec<ASR::expr_t*> args, std::string call_name, const Location &loc) {

0 commit comments

Comments
 (0)