Rename flowcharts

This commit is contained in:
2021-12-13 11:26:05 -06:00
parent ada5fc4db6
commit ef6db4b23b
4 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import java.time.Duration;
import java.util.Locale;
import java.text.NumberFormat;
/**
* This is a class to hold the efficiencty results of a sorter. We will use this
* This is a class to hold the efficiency results of a sorter. We will use this
* because we can only have one return value from a method, but want to get more
* than one piece of data from each sorter.
*