From 1a3007cc345cafa9a554e0e1dfc25a274b3d52ea Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Mon, 28 Oct 2024 22:48:52 +0100 Subject: [PATCH] [angkor] Minor doc fix (#14268) This corrects a typo and formatting. ONE-DCO-1.0-Signed-off-by: Piotr Fusik --- compiler/angkor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/angkor/README.md b/compiler/angkor/README.md index f761b874060..54907bc55d3 100644 --- a/compiler/angkor/README.md +++ b/compiler/angkor/README.md @@ -2,11 +2,11 @@ ## Purpose -_angkor_ is a `nncc` core library +_angkor_ is an `nncc` core library ## How to use -_angkor_ implements abstract data type(ADT) for feature, kernel, tensor. +_angkor_ implements abstract data type (ADT) for feature, kernel, tensor. There are layout, shape information and enumerator and so on. To use some of these things, just insert `include`!