Skip to content

Commit

Permalink
Fix docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Apr 11, 2024
1 parent 84f2c09 commit b6145fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runtime/src/switch/ns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class Application {
*
* ```typescript
* const nro = await Switch.readFile('sdmc:/hbmenu.nro');
* const app = Switch.Application.fromNro(nro);
* const app = new Switch.Application(nro);
* console.log(app.name);
* ```
*
Expand Down

0 comments on commit b6145fc

Please sign in to comment.