Skip to content

Commit

Permalink
chore: fix typo in AccountInfo docs (#22196)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Wu authored Dec 30, 2021
1 parent d421ccb commit 736f974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 736f974

Please sign in to comment.