Skip to content

Commit 4f84b0e

Browse files
authored
Merge pull request #140 from jacz24/jacz24-patch-1
Fix typos in biometrics.simba documentation
2 parents 3853a82 + d23e2ad commit 4f84b0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

osrs/antiban/biometrics.simba

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EBiometric = enum(
2424
RATING, LIKES, DISLIKES
2525
);
2626
```
27-
Enum that represent biometrics affected by the user user unique player seed.
27+
Enum that represents biometrics affected by the user's unique player seed.
2828
*)
2929
EBiometric = enum(
3030
MULTIPLIER,
@@ -40,7 +40,7 @@ Enum that represent biometrics affected by the user user unique player seed.
4040

4141
(*
4242
## TBiometrics
43-
Record responsible for biometrics and beiometric behaviour.
43+
Record responsible for biometrics and biometric behaviour.
4444
*)
4545
TBiometrics = record
4646
Index: Integer;
@@ -52,11 +52,11 @@ Record responsible for biometrics and beiometric behaviour.
5252
```pascal
5353
property TBiometrics.Hash: TByteArray;
5454
```
55-
Get the current unique hash generated to the for the current {ref}`TProfile` being used.
55+
Get the current unique hash generated for the current {ref}`TProfile` being used.
5656

5757
Changing {ref}`ProfileIndex`, will reset the hash.
5858

59-
If there's no {ref}`Profiles` availble WaspLib will use a random hash.
59+
If there's no {ref}`Profiles` available WaspLib will use a random hash.
6060

6161
Example:
6262
```pascal

0 commit comments

Comments
 (0)