Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix typos "is is..." #5365

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/java/spoon/FluentLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public FluentLauncher sourceClassPath(String[] sourceClasspath) {
* are handled with the reference mechanism. The "simplename" of the reference
* object refers to the unbound identifier.
*
* This option facilitates the use of Spoon when is is hard to have the complete
* This option facilitates the use of Spoon when it is hard to have the complete
* and correct classpath, for example for mining software repositories.
*
* For writing analyses, this option works well if you don't cross the reference
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/spoon/compiler/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public interface Environment {
* classpath are handled with the reference mechanism. The "simplename" of
* the reference object refers to the unbound identifier.
*
* This option facilitates the use of Spoon when is is hard to have the
* This option facilitates the use of Spoon when it is hard to have the
* complete and correct classpath, for example for mining software
* repositories.
*
Expand Down