Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jun 24, 2024
1 parent 37b421b commit ebb7d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import java.util.regex.Pattern;

/**
* Categorize values into groups.
* Helper class to categorize values into groups.
*/
public final class Category {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ private void createChoiceTab(Layout layout, String[] args) {

layout.row("choice", "Mode Choice").el(Table.class, (viz, data) -> {
viz.title = "Choice Evaluation per Mode";
viz.description = "Metrics for mode choice per mode.";
viz.description = "Metrics for choices per mode.";
viz.showAllRows = true;
viz.dataset = data.compute(TripAnalysis.class, "mode_choice_evaluation_per_mode.csv", args);
});
Expand Down

0 comments on commit ebb7d68

Please sign in to comment.