Skip to content

Commit 6096776

Browse files
authored
fix: minor typos (#839)
* fix: minor typo in CLAUDE.md * fix: another typo detected by typos CI
1 parent e7fe4e5 commit 6096776

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎CLAUDE.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ cd minijinja && cargo test test_function_name -- --nocapture
175175
- Ensure tests pass with `make test`
176176

177177
### For New Releases
178-
- Make sure the next release is mentioned in CHANGLEOG.md
178+
- Make sure the next release is mentioned in CHANGELOG.md
179179
- Use `scripts/bump-version.sh VERSION` to update all references to the next version
180180
- Create a commit for that release and push the tags
181181

‎minijinja/src/value/mod.rs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ impl Value {
745745
/// Extracts a contained error.
746746
///
747747
/// An invalid value carres an error internally and will reveal that error
748-
/// at a later point when iteracted with. This is used to carry
748+
/// at a later point when interacted with. This is used to carry
749749
/// serialization errors or failures that happen when the engine otherwise
750750
/// assumes an infallible operation such as iteration.
751751
pub(crate) fn validate(self) -> Result<Value, Error> {

0 commit comments

Comments
 (0)