Skip to content

Commit 3681882

Browse files
authored
fix: Fix typos. (#281)
1 parent 33112eb commit 3681882

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
@@ -430,7 +430,7 @@ eventType = await client.readEventType("io.eventsourcingdb.library.book-acquired
430430
To verify the integrity of an event, call the `verifyHash` function on the event instance. This recomputes the event's hash locally and compares it to the hash stored in the event. If the hashes differ, the function returns an error:
431431

432432
```typescript
433-
event.VerifyHash();
433+
event.verifyHash();
434434
```
435435

436436
*Note that this only verifies the hash. If you also want to verify the signature, you can skip this step and call `verifySignature` directly, which performs a hash verification internally.*

0 commit comments

Comments
 (0)