Skip to content

Commit

Permalink
Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jan 4, 2023
1 parent 31172c2 commit 1d1a38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ sorting_networks
dependency-reduced-pom.xml
/scripts
.idea/
*.iml
2 changes: 1 addition & 1 deletion src/main/java/io/github/arrayv/sortdata/SortMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
boolean slowSort() default false;

/**
* Whether this sort is a bogo sort (i.e. it has "bogo" in its name and it's non-deterministic).
* Whether this sort is a bogo sort (i.e. it has "bogo" in its name, and it's non-deterministic).
* @return Whether this sort is a bogo sort.
*/
boolean bogoSort() default false;
Expand Down

0 comments on commit 1d1a38c

Please sign in to comment.