We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad801c7 commit 6b72d05Copy full SHA for 6b72d05
snap-compile/src/main/java/org/snapscript/compile/validate/TypeValidator.java
@@ -86,7 +86,7 @@ private void validateProperties(Type type) throws Exception {
86
properties.validate(property);
87
}
88
if(matches == 0) {
89
- throw new InternalStateException("Type '" + type + "' have property '" + require + "'");
+ throw new InternalStateException("Type '" + type + "' has no property '" + require + "'");
90
91
92
0 commit comments