File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
scip-java/src/main/scala/com/sourcegraph/scip_java/commands Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ final case class IndexSemanticdbCommand(
57
57
" If true, symbols inside directory entries are allowed to be publicly visible outside of the generated SCIP index. " +
58
58
" If false, symbols inside directory entries are only visible inside the generated SCIP index. " +
59
59
" 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."
61
61
) allowExportingGlobalSymbolsFromDirectoryEntries : Boolean = true ,
62
62
@ Inline () app : Application = Application .default
63
63
) extends Command {
You can’t perform that action at this time.
0 commit comments