From d789a5a2e0082445af5763ab84c23945261b7a0c Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 22 May 2023 11:06:29 +0000 Subject: [PATCH] [docgen] Update doc/neogen.txt skip-checks: true --- doc/neogen.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/neogen.txt b/doc/neogen.txt index 6037889..628a698 100644 --- a/doc/neogen.txt +++ b/doc/neogen.txt @@ -196,7 +196,7 @@ Note: We will only document `major` and `minor` versions, not `patch` ones. (onl - Fetch singleton methods in ruby (#121) ## 2.11.0~ - Calling `:Neogen` will try to find the best type used to generate annotations (#116) - It'll recursively go up the syntax tree from the cursor position. + It'll recursively go up the syntax tree from the cursor position. For example, if a function is defined inside class and the cursor is inside the function, the annotation will be generated for the function. ## 2.10.0~