Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Nov 24, 2015
1 parent 2bb3966 commit 63fca1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion API/adapter.md
Expand Up @@ -14,7 +14,7 @@ Promise Adapter
**Summary**: Adapter for the primary promise operations.
<a name="new_module_adapter.PromiseAdapter_new"></a>
#### new PromiseAdapter(create, resolve, reject)
Provides compatibility with promise libraries that are not <a href="https://promisesaplus.com">Promises/A+</a> compliant,via functions that implement the primary operations with promises: - construct a new promise with a callback function - resolve a promise with some result data - reject a promise with a reason
Provides compatibility with promise libraries that cannot be recognized automatically,via functions that implement the primary operations with promises: - construct a new promise with a callback function - resolve a promise with some result data - reject a promise with a reason

<table>
<thead>
Expand Down
2 changes: 1 addition & 1 deletion lib/adapter.js
Expand Up @@ -4,7 +4,7 @@
* @constructor module:adapter.PromiseAdapter
* @summary Adapter for the primary promise operations.
* @description
* Provides compatibility with promise libraries that are not $[Promises/A+] compliant,
* Provides compatibility with promise libraries that cannot be recognized automatically,
* via functions that implement the primary operations with promises:
*
* - construct a new promise with a callback function
Expand Down

0 comments on commit 63fca1f

Please sign in to comment.