Skip to content

Commit ffb7850

Browse files
authored
README: Add missing return type
1 parent d9ae8df commit ffb7850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following are named exports that are available from `@ember/debug`:
129129

130130
* `function deprecate(message: string, predicate: boolean, options: any): void` - Results in calling `Ember.deprecate`.
131131
* `function assert(message: string, predicate: boolean): void` - Results in calling `Ember.assert`.
132-
* `function warn(message: string, predicate: boolean)` - Results in calling `Ember.warn`.
132+
* `function warn(message: string, predicate: boolean): void` - Results in calling `Ember.warn`.
133133

134134
#### General Purpose Env Flags
135135

0 commit comments

Comments
 (0)