Skip to content

Commit

Permalink
fix: typo in javadoc of CtModel (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho authored and pvojtechovsky committed Apr 1, 2018
1 parent 25ff47f commit 6b048f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spoon/reflect/CtModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.List;

/** represents a Java program, modeled by a set of compile-time (Ct) objects
* where each objects is a program element (for instance, a CtClass represents a class).
* where each object is a program element (for instance, a CtClass represents a class).
*/
public interface CtModel extends Serializable, CtQueryable {

Expand Down

0 comments on commit 6b048f5

Please sign in to comment.