ok/jj
1
0
Fork 0
forked from mirrors/jj

doc: fix typo of contained_in() template method

This commit is contained in:
Yuya Nishihara 2024-04-29 22:34:47 +09:00
parent dc693e7b8f
commit 6a208e7af7

View file

@ -65,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `jj rebase -r` now accepts `--insert-after` and `--insert-before` options to
customize the location of the rebased revisions.
* Commit objects in templates now have a `containted_in(revset: String) -> Boolean` method.
* Commit objects in templates now have a `contained_in(revset: String) ->
Boolean` method.
### Fixed bugs