Skip to content

Commit 6a368ee

Browse files
AnthonyLeonardoGracioeliericha
authored andcommitted
Apply 1 suggestion(s) to 1 file(s)
1 parent 7745f8b commit 6a368ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/vscode/ada/src/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export async function findAdaMain(mainPath: string): Promise<AdaMain | undefined
396396
* symbols recursively and return an array of the symbols of a given set of
397397
* kinds {@link symbolKinds}.
398398
*
399-
* Recursion is control by another set of symbols kinds {@link recurseInto}.
399+
* Recursion is controlled by another set of symbols kinds {@link recurseInto}.
400400
* Only the children of these kinds of symbols are recursed into.
401401
*
402402
* @param rootSymbols - the array of symbols to start from

0 commit comments

Comments
 (0)