Skip to content

Commit

Permalink
Merge pull request #138 from babel/Turbo87-patch-1
Browse files Browse the repository at this point in the history
README: Add missing return type
  • Loading branch information
Turbo87 committed Apr 28, 2017
2 parents d9ae8df + ffb7850 commit 7567ada
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 7567ada

Please sign in to comment.