From 8fa02392c06e6f37eb7a60eb351f71422139d6dc Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Wed, 30 Oct 2024 01:17:39 +0100
Subject: [PATCH] [moco-tf] Minor doc fix (#14279)
This fixes grammar in README.
ONE-DCO-1.0-Signed-off-by: Piotr Fusik
---
compiler/moco-tf/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler/moco-tf/README.md b/compiler/moco-tf/README.md
index add1159e1eb..3dccd014a1f 100644
--- a/compiler/moco-tf/README.md
+++ b/compiler/moco-tf/README.md
@@ -4,7 +4,7 @@ _moco-tf_ translates a TensorFlow model into _loco_
## Purpose
-_moco-tf_ is to convert TensorFlow generated model file to in-memory _loco_ IR Graph.
+_moco-tf_ converts a TensorFlow generated model file to in-memory _loco_ IR Graph.
## How to use
@@ -22,7 +22,7 @@ _moco-tf_ is to convert TensorFlow generated model file to in-memory _loco_ IR G
## Dependency
-Please refer [requires.cmake](./requires.cmake) for dependant modules.
+Please refer to [requires.cmake](./requires.cmake) for dependant modules.
## Naming rules