Skip to content

Commit 40e39c7

Browse files
committed
Tag 0.4.0
1 parent 34e08d4 commit 40e39c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/synthesis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ where
179179
self.stubs.parse(yml, test_env, base_path)
180180
}
181181

182-
/// Returns a reference to the syntesis `Stubs`.
182+
/// Returns a reference to the synthesis `Stubs`.
183183
pub fn stubs(&self) -> &Stubs {
184184
&self.stubs
185185
}

0 commit comments

Comments
 (0)