From 8a1183a3a6186a91d9a1bb653f53925709bdc8e2 Mon Sep 17 00:00:00 2001 From: joejiong Date: Wed, 28 Oct 2020 14:49:31 +0800 Subject: [PATCH] fix typographical error (#261) fix typographical error line 92 from genrate -> generate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b56cf8e949..dee5e39f7c 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ outputs = outputs.c_header("./test02_matmul_block.h").c_source("./test02_matmul_ compiler.Compile(builder.Build(), outputs); ``` -This can genrate the optimized C source code like +This can generate the optimized C source code like ```c++ void matmul_block(void* _args, int32_t num_args)