Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeracronius committed Apr 13, 2024
1 parent aa5b63e commit 3ee1d34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public override void GenerateTable(Table<GeneRowItem> table)
x.OrderBy(y => int.Parse(y[column].Replace("$", "")));
else
x.OrderByDescending(y => int.Parse(y[column].Replace("$", "")));
}););
});
var colMutations = table.AddColumn(TAB_COLUMN_MUTATIONS, TAB_COLUMN_MUTATIONS_SIZE);
//Nutrition requirements?

Expand Down

0 comments on commit 3ee1d34

Please sign in to comment.