From 3b25b05fdf536db500606fd0686067a19ca5f186 Mon Sep 17 00:00:00 2001 From: Rahul Date: Tue, 29 Oct 2024 02:33:16 +0530 Subject: [PATCH] Docs: Typo Fix (#6526) 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 be7ff32229..da2cb82ef9 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