File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
5353property 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
5757Changing {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
6161Example:
6262```pascal
You can’t perform that action at this time.
0 commit comments