Skip to content

Commit 0f92a13

Browse files
committedFeb 17, 2025
docs(analyzer): Fix a typo in function docs
Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent 4d6800c commit 0f92a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎analyzer/src/main/kotlin/Analyzer.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Analyzer(private val config: AnalyzerConfiguration, private val labels: Ma
6565

6666
/**
6767
* Find files recognized by any of [packageManagers] inside [absoluteProjectPath]. The [repositoryConfiguration] is
68-
* taken into account, e.g. for path excludes and packaga manager options. Instantiate only those package managers
68+
* taken into account, e.g. for path excludes and package manager options. Instantiate only those package managers
6969
* that have matching files and return the latter as part of [ManagedFileInfo].
7070
*/
7171
@JvmOverloads

0 commit comments

Comments
 (0)
Please sign in to comment.