Skip to content

Commit

Permalink
Reword comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscott committed Jan 17, 2025
1 parent 0f2da87 commit 5f13385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gdscript/gdscript_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3841,7 +3841,7 @@ static Error _refactor_rename_symbol_match_from_class_find_matching_subscripts(G
}
String script_path = script->get_script_path();
if (script_path == p_path) {
// We don't have to parse this, this was already parsed.
// We don't have to parse this, this was already parsed for matching nodes.
continue;
}
if (parsed_paths.has(script_path)) {
Expand Down

0 comments on commit 5f13385

Please sign in to comment.