From c639be9408a6d181425ecf44360f3e64059c5fa8 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Tue, 22 Oct 2019 11:57:36 +0200 Subject: Fix comments in Type --- src/pl/edu/mimuw/cloudatlas/model/Type.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pl/edu/mimuw/cloudatlas/model/Type.java b/src/pl/edu/mimuw/cloudatlas/model/Type.java index eb1fb7b..986db71 100644 --- a/src/pl/edu/mimuw/cloudatlas/model/Type.java +++ b/src/pl/edu/mimuw/cloudatlas/model/Type.java @@ -48,7 +48,7 @@ public abstract class Type { } /** - * Returns a primary type of this type. + * Returns the primary type of this type. * * @return a primary type */ @@ -57,7 +57,7 @@ public abstract class Type { } /** - * Indicates whether this type can be implicitly "cast" to given one and vice verse. This is introduced to deal with + * Indicates whether this type can be implicitly "cast" to the given one and vice versa. This is introduced to deal with * null values. In practice, two types are compatible either if they are the same or if one them is a special * "null type". * -- cgit v1.2.3