From 6cf3196c3d8676aa602262d63e943d3e7edae867 Mon Sep 17 00:00:00 2001 From: TaeyeongKwak Date: Mon, 10 Nov 2025 08:26:49 +0900 Subject: [PATCH] Fix DIR description in lsif-java --- glean/website/docs/indexer/lsif-java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glean/website/docs/indexer/lsif-java.md b/glean/website/docs/indexer/lsif-java.md index 4696a4baeb..b5859f6754 100644 --- a/glean/website/docs/indexer/lsif-java.md +++ b/glean/website/docs/indexer/lsif-java.md @@ -37,7 +37,7 @@ glean index java-lsif DIR --db-root DB --db NAME/INSTANCE where * `DB` is the directory where you want to store your Glean DBs -* `DIR` is the root directory containing the Rust project +* `DIR` is the root directory containing the Java project * `NAME/INSTANCE` is the name of the repository to create ## In the shell