mirror of
https://github.com/starship/starship
synced 2024-11-02 12:57:23 +00:00
fix: Fix typo (#1054)
This commit is contained in:
parent
2f449af680
commit
b905743364
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue