Skip to content

Commit a551569

Browse files
[AUTOMATED]: License Headers
1 parent 1119bc3 commit a551569

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/test/unit/util/async_queue.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe('AsyncQueue', () => {
226226

227227
it("Doesn't retry internal exceptions", async () => {
228228
const queue = new AsyncQueue();
229-
// We use a Deferred Promise as retryable operations are scheduled only
229+
// We use a deferred Promise as retryable operations are scheduled only
230230
// when Promise chains are resolved, which can happen after the
231231
// `queue.enqueue` call below.
232232
const deferred = new Deferred<void>();

packages/firestore/test/util/node_persistence.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @license
3-
* Copyright 2018 Google Inc.
3+
* Copyright 2018 Google LLC
44
*
55
* Licensed under the Apache License, Version 2.0 (the "License");
66
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)