Skip to content

Commit 9ba8525

Browse files
committed
Fix a description
1 parent 48b18b7 commit 9ba8525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ Middleware | Op(s) | Description
246246
`wrap-spec` | `spec-list/spec-form/spec-example` | Spec browsing.
247247
`wrap-pprint` | | Adds pretty-printing support to code evaluation. It also installs a dummy `pprint-middleware` op. Thus `wrap-pprint` is discoverable through the `describe` op.
248248
`wrap-pprint-fn` | | Provides a common pretty-printing interface for other middlewares that need to perform customisable pretty-printing.
249-
`wrap-profile` | `toggle-profile/toggle-profile-ns/is-var-profiled/profile-summary/profile-var-summary/clear-profile/get-max-samples/set-max-samples` | Provides Profiling support for [Profiling](https://github.com/thunknyc/profile)
249+
`wrap-profile` | `toggle-profile/toggle-profile-ns/is-var-profiled/profile-summary/profile-var-summary/clear-profile/get-max-samples/set-max-samples` | Provides profiling support based on the [profile](https://github.com/thunknyc/profile) library.
250250
`wrap-refresh` | `refresh/refresh-all/refresh-clear` | Code reloading.
251251
`wrap-resource` | `resource` | Return resource path.
252252
`wrap-stacktrace` | `stacktrace` | Cause and stacktrace analysis for exceptions.

0 commit comments

Comments
 (0)