Chore(DPxAI): Fix format

This commit is contained in:
Oumaima Fisaoui 2024-08-30 13:57:14 +00:00
parent 45a203aab2
commit 4ed216e04c
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ We provide you a variable `robotParts` that contains some elements. You will hav
- A variable `firstPart` for the first element of the `robotParts` list
- A variable `lastPart` for the last element of the `robotParts` list
- A variable `comboParts` as an array of 2 elements, the last and the first element of the `robotParts` list, in that order.
Example: if robotParts is `[1, 2, 3]`
Example: if `robotParts` is `[1, 2, 3]`
-`firstPart` would be `1`