File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
packages/database/src/api Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -578,9 +578,8 @@ export interface ThenableReferenceImpl
578
578
* resulting list of items is chronologically sorted. The keys are also
579
579
* designed to be unguessable (they contain 72 random bits of entropy).
580
580
*
581
- * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}
582
- *
583
- * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}
581
+ * See {@link https://firebase.google.com/docs/database/web/lists-of-data#append_to_a_list_of_data | Append to a list of data}.
582
+ * See {@link https://firebase.googleblog.com/2015/02/the-2120-ways-to-ensure-unique_68.html | The 2^120 Ways to Ensure Unique Identifiers}.
584
583
*
585
584
* @param parent - The parent location.
586
585
* @param value - Optional value to be written at the generated location.
You can’t perform that action at this time.
0 commit comments