From d8892e98472abd9d84dc5e36229acfec7ac85f88 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Tue, 25 Jul 2023 17:17:56 +0300 Subject: [PATCH] docs: putout-script: Statement --- docs/putout-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/putout-script.md b/docs/putout-script.md index 662c4600cb..c44a5c3b59 100644 --- a/docs/putout-script.md +++ b/docs/putout-script.md @@ -17,7 +17,7 @@ Pattern matching searches code for a given pattern. For example, the expression `loud(say('hello 🐊'))` -In the same way, the statement pattern `return __` can match a top `statement` in a `function` or any nested `statement`: +In the same way, the **Statement Pattern** `return __` can match a [**Statement**](https://github.com/coderaiser/putout/blob/master/docs/the-book-of-ast.md#expression-and-statement) in a `function` or on any level of nesting: ```js const when = () => {