Skip to content

Commit

Permalink
README: Add missing return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Apr 28, 2017
1 parent d9ae8df commit ffb7850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -129,7 +129,7 @@ The following are named exports that are available from `@ember/debug`:

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

#### General Purpose Env Flags

Expand Down

0 comments on commit ffb7850

Please sign in to comment.