Skip to content

Commit 7170a8f

Browse files
authored
Fix typo in DHookRaw docs (#2020)
1 parent 2ef874d commit 7170a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/include/dhooks.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ native int DHookGamerules(Handle setup, bool post, DHookRemovalCB removalcb=INVA
764764
*
765765
* @param setup Setup handle to use to add the hook.
766766
* @param post true to make the hook a post hook. (If you need to change the return value or need the return
767-
* alue use a post hook! If you need to change params and return use a pre and post hook!)
767+
* value use a post hook! If you need to change params and return use a pre and post hook!)
768768
* @param addr This pointer address.
769769
* @param removalcb Callback for when the hook is removed (Entity hooks are auto-removed on entity destroyed and
770770
* will call this callback)

0 commit comments

Comments
 (0)