Skip to content

Commit

Permalink
docs: Fix incorrect number (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
varungandhi-src authored May 31, 2023
1 parent 4f19819 commit 812a4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CrossRepo.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ However, strictly speaking, any package can forward-declare any entity.
For example, if PA defines a function f, and a header in PC
forward-declares `pa::f`, then when C is indexed, the indexer
needs to somehow know that the definition of `f` lives in some
file in PA. There are broadly 3 possible ways to do this:
file in PA. There are a few different ways to do this:

1. Always index all TUs. This is the current strategy.
This is the build equivalent of building everything from source.
Expand All @@ -104,4 +104,4 @@ file in PA. There are broadly 3 possible ways to do this:

We're [looking for feedback](https://github.com/sourcegraph/scip-clang/issues/358)
on which approach would work best for your use case,
before implementing a solution for this.
before implementing a solution for this.

0 comments on commit 812a4ff

Please sign in to comment.