Skip to content

Commit

Permalink
Update 1.2-keywords.md
Browse files Browse the repository at this point in the history
Fix: typo inteface to interface
  • Loading branch information
iw4p authored Jun 13, 2023
1 parent 58fa5cd commit 1a5dfdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/chapter 1/1.2-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ weight: 1002
کلمات کلیدی فوق به ۴ دسته تقسیم می‌شوند که به شرح زیر می‌باشد:

- کلمات کلیدی که بصورت گلوبال در بدنه قرار می‌گیرند «`package, import, type, var, const, func`»
- کلمات کلیدی کامپوزیت «`struct, inteface, map, chan`»
- کلمات کلیدی کامپوزیت «`struct, interface, map, chan`»
- کلمات کلیدی که در جریان کنترل کد استفاده می‌شوند «`break, case, continue, default, if, else, for, fallthrough, goto, range, return, switch, select`»


Expand Down

0 comments on commit 1a5dfdc

Please sign in to comment.