m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 12:00:17 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-10-22 12:00:17 +0200
commitdf101389d66b34e610068a06154e7784b1609047 (patch)
tree882e039fb0880dc16a90de98253b488e62e4c8fe
parentc639be9408a6d181425ecf44360f3e64059c5fa8 (diff)
Fix comment in TypePrimitive
-rw-r--r--src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java b/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java
index 6e2c79e..ab28cb4 100644
--- a/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java
+++ b/src/pl/edu/mimuw/cloudatlas/model/TypePrimitive.java
@@ -56,7 +56,7 @@ public class TypePrimitive extends Type {
public static final TypePrimitive INTEGER = new TypePrimitive(PrimaryType.INT);
/**
- * A special "null type" that represents null value of an unknown type. It can be converted to any other type.
+ * A special null type that represents null values of an unknown type. It can be converted to any other type.
*
* @see Type#isCompatible(Type)
* @see ValueNull