Skip to content

Commit a5caf51

Browse files
committed
Make FunctionsError doc comment the same as the old interface
1 parent 876e938 commit a5caf51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/functions/src/error.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ const errorCodeMap: { [name: string]: FunctionsErrorCode } = {
4949
};
5050

5151
/**
52-
* An explicit error that can be thrown from a handler to send an error to the
53-
* client that called the function.
52+
* An error returned by the Firebase Functions client SDK.
5453
*
5554
* See {@link FunctionsErrorCode} for full documentation of codes.
5655
*

0 commit comments

Comments
 (0)