Skip to content

Commit

Permalink
Docs: Typo Fix (pytorch#6526)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
RahulK4102 authored Oct 28, 2024
1 parent 5429eea commit 3b25b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b25b05

Please sign in to comment.