Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Jan 27, 2025
1 parent cb12a90 commit b31b7fe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/simulator-xcode-15.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ export class SimulatorXcode15 extends SimulatorXcode14 {
*
* @override
* @since Xcode SDK 15 (but lower xcode could have this command)
* @return {Promise<string>} the content size value. Possible return value is
* extra-small, small, medium, large, extra-large, extra-extra-large,
* extra-extra-extra-large, accessibility-medium, accessibility-large,
* accessibility-extra-large, accessibility-extra-extra-large,
* accessibility-extra-extra-extra-large,
* unknown or unsupported with Xcode 16.2.
* @returns {Promise<string>} the content size value. Possible return value is
* extra-small, small, medium, large, extra-large, extra-extra-large,
* extra-extra-extra-large, accessibility-medium, accessibility-large,
* accessibility-extra-large, accessibility-extra-extra-large,
* accessibility-extra-extra-extra-large,
* unknown or unsupported with Xcode 16.2.
*/
getContentSize = async () => await this.simctl.getContentSize();
}

0 comments on commit b31b7fe

Please sign in to comment.