1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-11 17:24:20 +02:00

changed title

This commit is contained in:
Justin Lin
2017-05-26 09:47:13 +08:00
parent 5de8817a55
commit b8c776d2e8

View File

@@ -38,7 +38,7 @@ module assertEqualPoint(expected, actual) {
if(leng_expected != leng_actual) {
fail(
"assertEqualPoint",
"Point",
str("expected length: ", leng_expected,
", but: ", leng_actual)
);