Skip to content

Commit

Permalink
fix(client): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Nov 18, 2024
1 parent a8d9106 commit 3c54043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4610,7 +4610,7 @@ declare module "alt-client" {

/**
* Get room by it's index: from 0 to {@link roomCount}, for example if `roomCount = 2`, room indexes will be 0 and 1.
* Throws if room hash is invalid.
* Throws if room index is invalid.
*/
public getRoomByIndex(index: number): InteriorRoom;

Expand Down

0 comments on commit 3c54043

Please sign in to comment.