Skip to content

Commit 9238a45

Browse files
committed
fix: address feedback
1 parent 3c37a69 commit 9238a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firefox-ios/Storage/Rust/RustLogins.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,8 +928,8 @@ public class RustLogins: LoginsProtocol, KeyManager {
928928
* This method is invoked internally by the Rust component whenever encryption or decryption is required.
929929
*
930930
* **Note on thread safety:**
931-
* Each CRUD operation on the db acquires a mutex lock on the database to ensure thread safety.
932-
* Therefore, it's crucial to call `getStoredKey` before performing any such CRUD operations in Swift that call into internal Rust methods.
931+
* Each CRUD operation in Rust acquires a mutex lock on the db to ensure thread safety.
932+
* Therefore, it's crucial to call `getStoredKey` before performing any such CRUD operations in Swift.
933933
* `addLogin` and `updateLogin` are good examples of that.
934934
*
935935
* **Usage Example:**

0 commit comments

Comments
 (0)