chore: fix typo in AccountInfo docs (#22196)
This commit is contained in:
@ -1723,7 +1723,7 @@ export type AccountInfo<T> = {
|
||||
lamports: number;
|
||||
/** Optional data assigned to the account */
|
||||
data: T;
|
||||
/** Optional rent epoch infor for account */
|
||||
/** Optional rent epoch info for account */
|
||||
rentEpoch?: number;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user