note about what this is expecting

This commit is contained in:
Ben Fry
2023-02-09 16:21:41 -05:00
parent 813071cffc
commit baebaff396
+1
View File
@@ -156,6 +156,7 @@ public class SketchCode {
}
/** No dots! */
public boolean isExtension(String what) {
return extension.equals(what);
}