From 6a208e7af7229c183d7404d98c4f292a978593e6 Mon Sep 17 00:00:00 2001 From: Yuya Nishihara Date: Mon, 29 Apr 2024 22:34:47 +0900 Subject: [PATCH] doc: fix typo of contained_in() template method --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1079ab5f1b..aad38dc042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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