Skip to content

Commit

Permalink
sifferent
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiqwerty committed Aug 28, 2023
1 parent 6d2f714 commit 4b3fa83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ impl<'a> eframe::App for BalanceApp<'a> {
ui.label("Return independent of previous returns");
ui.checkbox(&mut self.sim.is_eyr_markovian, "");
ui.end_row();
ui.label("Times of different volatility");
ui.label("Times of similar volatility");
ui.checkbox(&mut self.sim.vola.smoothing, "");
});
});
Expand Down

0 comments on commit 4b3fa83

Please sign in to comment.