docs/revsets: fix typo

This commit is contained in:
Vincent Ging Ho Yim 2025-05-17 23:16:22 +10:00
parent e18eb8e05e
commit ddd417469e

View File

@ -518,7 +518,7 @@ behave as though the `all:` modifier was used every time it would matter.
An `all:` modifier before a revset expression does not otherwise change its An `all:` modifier before a revset expression does not otherwise change its
meaning. Strictly speaking, it is not part of the revset language. The notation meaning. Strictly speaking, it is not part of the revset language. The notation
is similar to the modifiers like `glob:` allowed before [string is similar to the modifiers like `glob:` allowed before [string
patterms](#string-patterns). patterns](#string-patterns).
For example, `jj rebase -r w -d xyz+` will rebase `w` on top of the child of For example, `jj rebase -r w -d xyz+` will rebase `w` on top of the child of
`xyz` as long as `xyz` has exactly one child. `xyz` as long as `xyz` has exactly one child.