diff --git a/sources/Players/APlayer.uc b/sources/Players/APlayer.uc index 9b4f167..4554098 100644 --- a/sources/Players/APlayer.uc +++ b/sources/Players/APlayer.uc @@ -114,7 +114,7 @@ public final function bool IsConnected() * Before a `Initialize()` call, any other method calls on such `User` * must be considerate to have undefined behavior. * - * @param newController Controller that caller `APLayer` will correspond to. + * @param newController Controller that caller `APlayer` will correspond to. */ public final function Initialize(Text idHash) {