Skip to content

Commit be7d240

Browse files
committed
Update
1 parent bfb7353 commit be7d240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/slices/slice_memory_diagram.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182
<h1>Go言語スライス:メモリ共有と容量制御の完全図解</h1>
183183

184184
<div class="info">
185-
<strong>重要ポイント:</strong> このコードは3-index slice expressions(通常のスライス)とfull slice expressions(容量制限付きスライス)の動作の違いを示しています。
185+
<strong>重要ポイント:</strong> このコードは3-index slice expressions(通常のスライス)とfull slice expressions(容量制限付きスライス)とcopy関数 (明示的なデータコピー) の動作の違いを示しています。
186186
</div>
187187

188188
<div class="case-section">

0 commit comments

Comments
 (0)