Skip to content

Commit 73cf938

Browse files
poirierlouispsiberx
authored andcommitted
docs: show real example of record ID for TDBID
1 parent 0983ab3 commit 73cf938

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wiki/Home.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1221,8 +1221,8 @@ Add the following casts:
12211221
### TDBID
12221222

12231223
```swift
1224-
let hash: Uint64 = 1337ul;
1225-
let id: TweakDBID = TDBID.FromNumber(hash);
1224+
let hash = 191898568373ul; // Mizutani Shion Coyote
1225+
let recordID = TDBID.FromNumber(hash);
12261226
```
12271227

12281228
### Reference

0 commit comments

Comments
 (0)