From 49eb032e824d8c13da6bd147539c6522611eb4bd Mon Sep 17 00:00:00 2001 From: ehesp Date: Mon, 29 Apr 2019 13:11:39 +0100 Subject: [PATCH] [skip ci] docs --- packages/functions/lib/index.d.ts | 7 ++++--- packages/functions/lib/index.js.flow | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/packages/functions/lib/index.d.ts b/packages/functions/lib/index.d.ts index 7f5d4b3a..a81e855e 100644 --- a/packages/functions/lib/index.d.ts +++ b/packages/functions/lib/index.d.ts @@ -31,9 +31,10 @@ import { */ export namespace Functions { /** - * The set of Firebase Functions status codes. The codes are the same at the - * ones exposed by gRPC here: - * https://github.com/grpc/grpc/blob/master/doc/statuscodes.md + * The set of Firebase Functions status codes. + * + * @note + * The codes are the same at the ones exposed by [gRPC](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md). * * Possible values: * - `cancelled`: The operation was cancelled (typically by the caller). diff --git a/packages/functions/lib/index.js.flow b/packages/functions/lib/index.js.flow index 793e91a0..a6804c31 100644 --- a/packages/functions/lib/index.js.flow +++ b/packages/functions/lib/index.js.flow @@ -18,9 +18,10 @@ import { ReactNativeFirebaseModule } from '@react-native-firebase/app-types/index.js.flow'; /** - * The set of Firebase Functions status codes. The codes are the same at the - * ones exposed by gRPC here: - * https://github.com/grpc/grpc/blob/master/doc/statuscodes.md + * The set of Firebase Functions status codes. + * + * @note + * The codes are the same at the ones exposed by [gRPC](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md). * * Possible values: * - `cancelled`: The operation was cancelled (typically by the caller).