mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-04 20:37:56 +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
|
||||
pub fn set_segment(&mut self, segments: Vec<Segment>) {
|
||||
pub fn set_segments(&mut self, segments: Vec<Segment>) {
|
||||
self.segments = segments;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user