Skip to content

Fix: Template name & parameters shauld not be translated #371

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 4-binary/01-arraybuffer-binary-arrays/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ alert(buffer.byteLength); // 16

این کد یک حافظه‌ی پیوسته به اندازه 16 بایت را اختصاص می‌دهد و آن را با صفر مقداردهی اولیه می‌کند.

```هدر هشدار="`ArrayBuffer` یک آرایه از چیزی نیست."
```warn header="`ArrayBuffer` آرایه‌ای از چیزی نیست"
بیایید یک منبع احتمال اشتباه کردن را رفع کنیم. `ArrayBuffer` هیچ ارتباطی با آرایه ندارد:
- یک طول ثابت دارد، ما نمی‌توانیم آن را کم یا زیاد کنیم.
- دقیقا به همان میزان حافظه اشغال می‌کند.
Expand Down