Skip to content

Commit a0bec6e

Browse files
committed
Finish comment
1 parent b3a8fcd commit a0bec6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseCore/Internal/Sources/HeartbeatLogging/HeartbeatStorage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ final class HeartbeatStorage: HeartbeatStorageProtocol {
5656
] =
5757
[:]
5858

59-
/// Used to synchronize mutations
59+
/// Used to synchronize concurrent access to the `cachedInstances` property.
6060
private static let instancesLock = NSLock()
6161

6262
/// Gets an existing `HeartbeatStorage` instance with the given `id` if one exists. Otherwise,

0 commit comments

Comments
 (0)