Skip to content

Commit f4662d9

Browse files
samtsternrlazo
andauthored
Update firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java
Co-authored-by: Rodrigo Lazo <[email protected]>
1 parent 8febd0f commit f4662d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-functions/src/main/java/com/google/firebase/functions/FirebaseFunctions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static FirebaseFunctions getInstance(@NonNull FirebaseApp app) {
185185
* Creates a Cloud Functions client with the default app and given region or custom domain.
186186
*
187187
* @param regionOrCustomDomain The region or custom domain for the HTTPS trigger, such as
188-
* <code>"us-central1"</code> or <code>"https://mydomain.com"</code>.
188+
* {@code "us-central1"} or {@code "https://mydomain.com"}.
189189
*/
190190
@NonNull
191191
public static FirebaseFunctions getInstance(@NonNull String regionOrCustomDomain) {

0 commit comments

Comments
 (0)