Skip to content

Commit 812a4ff

Browse files
docs: Fix incorrect number (#364)
1 parent 4f19819 commit 812a4ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CrossRepo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ However, strictly speaking, any package can forward-declare any entity.
8181
For example, if PA defines a function f, and a header in PC
8282
forward-declares `pa::f`, then when C is indexed, the indexer
8383
needs to somehow know that the definition of `f` lives in some
84-
file in PA. There are broadly 3 possible ways to do this:
84+
file in PA. There are a few different ways to do this:
8585

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

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

0 commit comments

Comments
 (0)