Skip to content

Commit 252a7f9

Browse files
MaedahBatoolloujar
andauthored
Update docs/admin/architecture.mdx
Co-authored-by: Louis Jarvis <[email protected]>
1 parent b9b0df5 commit 252a7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can learn more about search in the [Code Search docs](/code-search).
4141

4242
## Code Navigation
4343

44-
Code Navigation surfaces data (for example, doc comments for a symbol) and actions (for example, go to definition, find references) based on our semantic understanding of code (unlike search, which is completely text-based).
44+
Unlike Search (which is completely text-based), Code Navigation surfaces data such as doc comments for a symbol and actions such as the "go to definition" or "find references" features based on our semantic understanding of code.
4545

4646
By default, Sourcegraph provides [search-based code navigation](/code-search/code-navigation/search_based_code_navigation). This reuses all the architecture that makes search fast, but it can result in false positives (for example, finding two definitions for a symbol or references that aren't actually references) or false negatives (for example, not being able to find the definition or all references).
4747

0 commit comments

Comments
 (0)