Skip to content

Commit 7fa391c

Browse files
mernenmhevery
authored andcommitted
docs($cacheFactory): fix backquotes on method descriptions
1 parent b01c28c commit 7fa391c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ng/cacheFactory.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*
1616
* - `{object}` `info()` — Returns id, size, and options of cache.
1717
* - `{void}` `put({string} key, {*} value)` — Puts a new key-value pair into the cache.
18-
* - `{{*}} `get({string} key) — Returns cached value for `key` or undefined for cache miss.
19-
* - `{void}` `remove({string} key) — Removes a key-value pair from the cache.
20-
* - `{void}` `removeAll() — Removes all cached values.
21-
* - `{void}` `destroy() — Removes references to this cache from $cacheFactory.
18+
* - `{{*}}` `get({string} key)` — Returns cached value for `key` or undefined for cache miss.
19+
* - `{void}` `remove({string} key)` — Removes a key-value pair from the cache.
20+
* - `{void}` `removeAll()` — Removes all cached values.
21+
* - `{void}` `destroy()` — Removes references to this cache from $cacheFactory.
2222
*
2323
*/
2424
function $CacheFactoryProvider() {

0 commit comments

Comments
 (0)