From 970585c8d374aa3d77900bcc579cfb1abcab7a8f Mon Sep 17 00:00:00 2001 From: jorchiu <122116059+jorchiu@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:38:03 -0800 Subject: [PATCH] Address PR comments --- docs/tutorials/provider/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/provider/README.md b/docs/tutorials/provider/README.md index 48181821..5548eb46 100644 --- a/docs/tutorials/provider/README.md +++ b/docs/tutorials/provider/README.md @@ -73,7 +73,7 @@ The following lists out the flow for implementing the operations of a digital tw 1. For each opeartion you implement, you can reference an in-vehicle signal or command using the code of your in-vehicle digital twin model. -In order to translate the operations into code, it is important to understand the requirements of each operation. +In order to translate your operations into code, it is important to understand the requirements of each operation. #### Rust Sample Implementation of the Sample Interface