We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9ae8df commit ffb7850Copy full SHA for ffb7850
1 file changed
README.md
@@ -129,7 +129,7 @@ The following are named exports that are available from `@ember/debug`:
129
130
* `function deprecate(message: string, predicate: boolean, options: any): void` - Results in calling `Ember.deprecate`.
131
* `function assert(message: string, predicate: boolean): void` - Results in calling `Ember.assert`.
132
-* `function warn(message: string, predicate: boolean)` - Results in calling `Ember.warn`.
+* `function warn(message: string, predicate: boolean): void` - Results in calling `Ember.warn`.
133
134
#### General Purpose Env Flags
135
0 commit comments