Skip to content

Commit 2aa4f34

Browse files
committed
update docs
1 parent 705a6c1 commit 2aa4f34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs-devsite/functions.functionserror.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Constructs a new instance of the `FunctionsError` class.
4040
<b>Signature:</b>
4141
4242
```typescript
43-
constructor(code: FunctionsErrorCode, message?: string,
43+
constructor(
44+
code: FunctionsErrorCode, message?: string,
4445
details?: unknown);
4546
```
4647

0 commit comments

Comments
 (0)