Skip to content

Commit 4e6d8c4

Browse files
committed
ref: fixed typo
1 parent 18fbc4d commit 4e6d8c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/flow_service/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ impl FlowUpdateService {
6969
}
7070
}
7171

72-
pub fn with_definiton_source(mut self, source: String) -> Self {
72+
pub fn with_definition_source(mut self, source: String) -> Self {
7373
self.definition_source = Some(source);
7474
self
7575
}

0 commit comments

Comments
 (0)