[docgen] Update doc/neogen.txt

skip-checks: true
This commit is contained in:
github-actions
2023-05-22 11:06:29 +00:00
parent 84e6f5b714
commit d789a5a2e0

View File

@@ -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~