Hi everyone,
in the Locomotive Engineer exercise, I think the following paragraph is incorrectly phrased and might be rewritten:
However, the logistics system shows
lists
of wagons to be stored in the depot have their rows grouped by color. But for the storage grid to work correctly, each row should have three different colors so that the columns align by color. Your friend would like you to sort out the wagon depotlists
, so that the wagons get stored correctly.
I’d submit a PR, but I prefer to check with other people if that’s not just me understanding it wrong. I’d write something more like:
However, the
lists
of wagons that are to be stored in the depot form a grid in which each row has wagons of the same color. Your friend would like you to sort out the wagon depotlists
, so that the wagons get stored correctly.
Please tell me if the corrected version still is not clear enough!