From f9967a68b79b98cf81e4370ec797c00845a5cb38 Mon Sep 17 00:00:00 2001
From: Piotr Fusik
Date: Tue, 29 Oct 2024 09:54:25 +0100
Subject: [PATCH] [mir] Minor doc fix
This removes trailing whitespace and adds a missing article.
ONE-DCO-1.0-Signed-off-by: Piotr Fusik
---
compiler/mir/Readme.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/compiler/mir/Readme.md b/compiler/mir/Readme.md
index 9fb1348a569..76175d5568f 100644
--- a/compiler/mir/Readme.md
+++ b/compiler/mir/Readme.md
@@ -21,7 +21,7 @@ special attributes specific to different operation types.
Mir has a protobuf serializer/deserializer for shapes and tensors (see `mir.proto` schema).
For list of currently supported operations, see `mir/ops/operations.lst.h`.
-
+
### How to use
Can be included as a `CMake` target.
@@ -29,8 +29,8 @@ Can be included as a `CMake` target.
* Expand serialization
* Add More to readme
-
+
### Dependencies
-Mir depends on `adtitas` library, which provides the `small_vector` data type.
-
+Mir depends on the `adtitas` library, which provides the `small_vector` data type.
+