File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 > {
You can’t perform that action at this time.
0 commit comments