We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fbc4d commit 4e6d8c4Copy full SHA for 4e6d8c4
1 file changed
src/flow_service/mod.rs
@@ -69,7 +69,7 @@ impl FlowUpdateService {
69
}
70
71
72
- pub fn with_definiton_source(mut self, source: String) -> Self {
+ pub fn with_definition_source(mut self, source: String) -> Self {
73
self.definition_source = Some(source);
74
self
75
0 commit comments