put the correct params description

This commit is contained in:
jackyq2015 2017-07-28 20:37:20 -04:00
parent 64ab5a4409
commit 53baa5a833

View File

@ -82,7 +82,7 @@ public class Cross implements Function {
writer.object();
writer.key("description"); writer.value("join with another project by column");
writer.key("params"); writer.value("cell c, string projectName, string columnName");
writer.key("params"); writer.value("cell c or string value, string projectName, string columnName");
writer.key("returns"); writer.value("array");
writer.endObject();
}