We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7745f8b commit 6a368eeCopy full SHA for 6a368ee
integration/vscode/ada/src/helpers.ts
@@ -396,7 +396,7 @@ export async function findAdaMain(mainPath: string): Promise<AdaMain | undefined
396
* symbols recursively and return an array of the symbols of a given set of
397
* kinds {@link symbolKinds}.
398
*
399
- * Recursion is control by another set of symbols kinds {@link recurseInto}.
+ * Recursion is controlled by another set of symbols kinds {@link recurseInto}.
400
* Only the children of these kinds of symbols are recursed into.
401
402
* @param rootSymbols - the array of symbols to start from
0 commit comments