Skip to content

Commit d560d3d

Browse files
committed
Fix typo
1 parent 4403eac commit d560d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scip-java/src/main/scala/com/sourcegraph/scip_java/commands/IndexSemanticdbCommand.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ final case class IndexSemanticdbCommand(
5757
"If true, symbols inside directory entries are allowed to be publicly visible outside of the generated SCIP index. " +
5858
"If false, symbols inside directory entries are only visible inside the generated SCIP index. " +
5959
"The practical consequences of making this flag false is that cross-index (or cross-repository) navigation does not work between " +
60-
"Maven->Maven or Gradle->Gradle projects because those build tools compile sources to classfiles izelinside directories."
60+
"Maven->Maven or Gradle->Gradle projects because those build tools compile sources to classfiles inside directories."
6161
) allowExportingGlobalSymbolsFromDirectoryEntries: Boolean = true,
6262
@Inline() app: Application = Application.default
6363
) extends Command {

0 commit comments

Comments
 (0)