Skip to content

Commit d0d6f59

Browse files
committed
docs(analyzer): Fix-up KDoc for ModuleInfoFile
Signed-off-by: Frank Viernau <[email protected]>
1 parent 7a32036 commit d0d6f59

File tree

1 file changed

+1
-1
lines changed
  • analyzer/src/main/kotlin/managers

1 file changed

+1
-1
lines changed

analyzer/src/main/kotlin/managers/GoMod.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ private data class GoModule(
433433
}
434434

435435
/**
436-
* The format of `.info` the Go command line tools cache under '$GOPATH/pkg/mod'.
436+
* The format of `.info` files the Go command line tools cache under '$GOPATH/pkg/mod'.
437437
*/
438438
@Serializable
439439
private data class ModuleInfoFile(

0 commit comments

Comments
 (0)