diff --git a/book/src/guides/textobject.md b/book/src/guides/textobject.md index 66eae198b5f2..5f59e1bee6d7 100644 --- a/book/src/guides/textobject.md +++ b/book/src/guides/textobject.md @@ -25,8 +25,8 @@ The following [captures][tree-sitter-captures] are recognized: | `parameter.inside` | | `comment.inside` | | `comment.around` | -| `element.inside` | -| `element.around` | +| `entry.inside` | +| `entry.around` | [Example query files][textobject-examples] can be found in the helix GitHub repository.