Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alicewriteswrongs committed Apr 14, 2023
1 parent efe98d5 commit 434bbb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { importedInterface, ImportedInterface } from './imported-interface';
})
export class MyComponent {
/**
* Returns a promise that resolves when the toast did dismiss.
* A comment, which should be included, I should think!
*/
@Method()
onDidDismiss<T>(arg: T): Promise<ImportedInterface<T>> {
Expand Down

0 comments on commit 434bbb6

Please sign in to comment.