Skip to content

Commit

Permalink
doc: fix typo of contained_in() template method
Browse files Browse the repository at this point in the history
  • Loading branch information
yuja committed Apr 29, 2024
1 parent dc693e7 commit 97da71d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 97da71d

Please sign in to comment.