From df975b12ad49daa3ac80783dcd38a0515e032f89 Mon Sep 17 00:00:00 2001 From: Rahul Date: Mon, 28 Oct 2024 22:01:42 +0530 Subject: [PATCH] Docs: Typo Fix Corrected "initalization" to "initialization" in [README.md]. This pull request addresses a minor typo found in repository. The typo has been corrected to improve clarity and maintain the quality of the documentation. This change is purely cosmetic and does not affect functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be7ff32229d..da2cb82ef92 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ tools. ├── runtime # Core C++ runtime. | ├── backend # Backend delegate runtime APIs. | ├── core # Core structures used across all levels of the runtime. -| ├── executor # Model loading, initalization, and execution. +| ├── executor # Model loading, initialization, and execution. | ├── kernel # Kernel registration and management. | ├── platform # Layer between architecture specific code and portable C++. ├── schema # ExecuTorch PTE file format flatbuffer