Skip to content

Commit

Permalink
Fix linter error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckdumont committed Jan 25, 2019
1 parent 1c5d6fb commit 03e1035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Promise.resolve(require("amdModuleThatReturnsAPromiseValue"))
.then(resolved => {
resolved.doSomething();
});
});

```

Note that it is safe to call `unwrap` for non-wrapped modules, and to call it with the value returned by previous calls to unwrap. If the input module is not a wrapped promise, then the input value is returned.
Expand Down

0 comments on commit 03e1035

Please sign in to comment.