File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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:**
You can’t perform that action at this time.
0 commit comments