Skip to content

Commit b2277f7

Browse files
author
Julien
committed
doc(sdk): Correct a mistake in the Optimization Configuration part of the SDK doc
1 parent 21113c9 commit b2277f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/core-concepts/core-4-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ Your test cases must be named `test<number>.json` and placed in the `config` dir
268268

269269
First, you will need to add a `criteria` and a `sorting_order` property in `config.ini`.
270270
- The `criteria` corresponds to the label of the player's score. For example, it can be `Points`, `Fuel` or `Distance`.
271-
- The `sorting_order` determines the ranking order. Its value must be either `asc` or `desc`. If the player whose Fuel quantity is higher should be first, choose `asc`. If the goal is to win the game in the shortest time, choose `desc`.
271+
- The `sorting_order` determines the ranking order. Its value must be either `asc` or `desc`. If the player whose `Fuel` quantity is higher should be first, choose `desc`. If the goal is to win the game with the least `Distance`, choose `asc`.
272272

273273
You can also choose to translate your criteria in French by using the optional properties `criteria_en` and `criteria_fr`.
274274

0 commit comments

Comments
 (0)