From e14fa73a97456cd5db102791ecf0a2d72356ad75 Mon Sep 17 00:00:00 2001 From: Oumaima Fisaoui <48260689+Oumaimafisaoui@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:38:37 +0000 Subject: [PATCH] Docs(DPxAI): Modify formatting --- subjects/DPxAI/transform-objects/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/DPxAI/transform-objects/README.md b/subjects/DPxAI/transform-objects/README.md index ea96eede0..a0bc684bb 100644 --- a/subjects/DPxAI/transform-objects/README.md +++ b/subjects/DPxAI/transform-objects/README.md @@ -65,7 +65,7 @@ robot.code = undefined; Modify the provided `robot` variable: - Add a `model` property with the string value 'RX-78'. -- Add a `fullName` property that is the joined value of the brand and the model with a space in between. +- Add a `fullName` property that is the joined value of the `brand` and the `model` with a space in between. - Add `10` to its `batteryLevel` property. #### Task 2: