[Documentaiton] Fix typos in `src/data/egg.ts` comments (#3176)
This commit is contained in:
parent
6b3b555105
commit
33978481ce
|
@ -66,7 +66,7 @@ export interface IEggOptions {
|
|||
export class Egg {
|
||||
|
||||
////
|
||||
// #region Privat properties
|
||||
// #region Private properties
|
||||
////
|
||||
|
||||
private _id: number;
|
||||
|
@ -182,7 +182,7 @@ export class Egg {
|
|||
}
|
||||
|
||||
////
|
||||
// #region Public methodes
|
||||
// #region Public methods
|
||||
////
|
||||
|
||||
public isManaphyEgg(): boolean {
|
||||
|
@ -281,7 +281,7 @@ export class Egg {
|
|||
////
|
||||
|
||||
////
|
||||
// #region Private methodes
|
||||
// #region Private methods
|
||||
////
|
||||
|
||||
private rollEggMoveIndex() {
|
||||
|
|
Loading…
Reference in New Issue