Skip to content

Commit 3fd1f04

Browse files
lixingwangFrank Martinez
authored and
Frank Martinez
committed
uuid empty input argument
1 parent ace07b5 commit 3fd1f04

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

function/utils/descriptor.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"description": "Returns a random UUID according to RFC 4122. utils.uuid()",
1212
"example": "utils.uuid() => 245056b5-0d11-47aa-b564-fbbf3c6e044a",
1313
"args": [
14-
{ }
1514
],
1615
"return": {
1716
"type": "string"
@@ -20,7 +19,7 @@
2019
{
2120
"name": "encodeBase64",
2221
"description": "encodeBase64 returns a base 64 encoded string of the input.",
23-
"example": "utils.encodeBase64(corece.ToBytes(\"Hello, World\")) => SGVsbG8sIFdvcmxk",
22+
"example": "utils.encodeBase64(coerce.ToBytes(\"Hello, World\")) => SGVsbG8sIFdvcmxk",
2423
"args": [
2524
{
2625
"name": "input",

0 commit comments

Comments
 (0)