Skip to content

Commit dce0c13

Browse files
committed
docs: formatting
1 parent ece6686 commit dce0c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ information about every LRUCache instance in your application:
238238
```ts
239239
import { tracingChannel, subscribe } from 'node:diagnostics_channel'
240240

241-
subscribe( 'lru-cache:metrics', (message, name) => {
241+
subscribe('lru-cache:metrics', (message, name) => {
242242
// name will always be 'lru-cache:metrics'
243243
// message will be the LRUCache.Status object for whatever
244244
// synchronous operation was performed.

0 commit comments

Comments
 (0)