Skip to content

Commit 70418ea

Browse files
author
Bennett Hardwick
committed
Fix docs
1 parent 65830a6 commit 70418ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To delete a record, use the [`EncryptedTable::delete`] method:
253253

254254
```rust
255255
#
256-
table.delete::<User>("jane@smith.org", None).await?;
256+
table.delete::<User>("jane@smith.org").await?;
257257
```
258258

259259
#### Querying Records

0 commit comments

Comments
 (0)