kayx23 commented on code in PR #12715: URL: https://github.com/apache/apisix/pull/12715#discussion_r2479936754
########## docs/en/latest/plugins/inspect.md: ########## @@ -68,8 +68,8 @@ be flushed, and it would not affect other caches to avoid slowing down other par * If the breakpointis related to local function or anonymous function, then you have to set it to `nil` (because no way to get function reference), which would flush the whole jit cache of Lua vm. -You attach a `filter_func` function of the breakpoint, the function takes the `info` as argument and returns -true of false to determine whether the breakpoint would be removed. You could setup one-shot breakpoint +You attach a `filter_func` function to the breakpoint, the function takes the `info` as argument and returns Review Comment: ```suggestion You attach a `filter_func` function to the breakpoint. The function takes the `info` as an argument and returns ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
