[Documentaiton] Fix typos in src/data/egg.ts comments (#3176)

This commit is contained in:
NightKev 2024-07-29 14:15:14 -07:00 committed by GitHub
parent 6b3b555105
commit 33978481ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -66,7 +66,7 @@ export interface IEggOptions {
export class Egg { export class Egg {
//// ////
// #region Privat properties // #region Private properties
//// ////
private _id: number; private _id: number;
@ -182,7 +182,7 @@ export class Egg {
} }
//// ////
// #region Public methodes // #region Public methods
//// ////
public isManaphyEgg(): boolean { public isManaphyEgg(): boolean {
@ -281,7 +281,7 @@ export class Egg {
//// ////
//// ////
// #region Private methodes // #region Private methods
//// ////
private rollEggMoveIndex() { private rollEggMoveIndex() {