mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-27 17:18:37 +00:00
fix: Fix typo (#1054)
This commit is contained in:
parent
2f449af680
commit
b905743364
@ -100,7 +100,7 @@ impl<'a> Module<'a> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Set segments in module
|
/// Set segments in module
|
||||||
pub fn set_segment(&mut self, segments: Vec<Segment>) {
|
pub fn set_segments(&mut self, segments: Vec<Segment>) {
|
||||||
self.segments = segments;
|
self.segments = segments;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user