Skip to content

Commit de007bc

Browse files
committed
chore: Fix typo
1 parent a6787c5 commit de007bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UE4SS/src/Mod/LuaMod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ namespace RC
273273
}
274274
};
275275

276-
// Removes pre & post-hook callbacks if UnregisterHook was called in the pre-callback hook.
276+
// Removes pre & post-hook callbacks if UnregisterHook was called in the pre-callback.
277277
remove_if_scheduled();
278278

279279
// This is a promise that we're in the game thread, used by other functions to ensure that we don't execute when unsafe

0 commit comments

Comments
 (0)