Skip to content

Commit c2d16b3

Browse files
committed
Change label name
1 parent cea253e commit c2d16b3

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ existing [license](LICENSE.txt), usually GPL2 or MIT License.
4545
## Code of conduct
4646

4747
When interacting with other people, please abide by the [Contributor
48-
Covenant](https://www.contributor-covenant.org/version/2/0/code_of_conduct).
48+
Covenant](https://www.contributor-covenant.org/version/2/1/code_of_conduct).

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# The Checker Framework: pluggable type-checking for Java
2+
13
Please see the Checker Framework manual
24
([HTML](https://checkerframework.org/manual/),
35
[PDF](https://checkerframework.org/manual/checker-framework-manual.pdf)).

docs/developer/gsoc-ideas.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ <h2 id="java-expression-parser">Java expression parser</h2>
13681368
</li>
13691369
<li>
13701370
The <a href="https://checkerframework.org/api/org/checkerframework/framework/util/JavaExpressionParseUtil.html"><code>JavaExpressionParseUtil</code></a>
1371-
class already uses JavaParser, but it uses <code>ExpressionToReceiverVisitor</code> it to construct
1371+
class already uses JavaParser, but it uses <code>ExpressionToReceiverVisitor</code> to construct
13721372
a <code>JavaExpression</code>. Have it return a
13731373
JavaParser <code>Expression</code> instead, and delete <code>ExpressionToReceiverVisitor</code>.
13741374
</li>

docs/manual/troubleshooting.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -960,8 +960,8 @@
960960
Thanks in advance for your contributions!
961961
962962
The easiest bugs to fix for a newcomer are
963-
\href{https://github.com/typetools/checker-framework/issues?q=is\%3Aopen+is\%3Aissue+label\%3A\%22help+wanted\%22}{labeled
964-
as ``help wanted''}.
963+
\href{https://github.com/typetools/checker-framework/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22}{labeled
964+
as ``good first issue''}.
965965
966966
Please do not spam the issue tracker with requests to assign an issue to
967967
you. If you want to contribute by fixing an issue, just open a pull

0 commit comments

Comments
 (0)