Skip to content

Commit

Permalink
Merge pull request golang101#120 from litaocdl/master
Browse files Browse the repository at this point in the history
fix: fix a typo
  • Loading branch information
zigo101 authored Mar 5, 2022
2 parents dea6705 + d8c21b2 commit 07b6d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/function.html
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ <h4>某些函数调用是在编译时刻被估值的</h4>
<h4>所有的函数调用的传参均属于值复制</h4>

<p>
在重申一次,和赋值一样,传参也属于值(浅)复制。当一个值被复制时,只有它的<a href="value-part.html#about-value-copy">直接部分</a>被复制了。
再重申一次,和赋值一样,传参也属于值(浅)复制。当一个值被复制时,只有它的<a href="value-part.html#about-value-copy">直接部分</a>被复制了。
</p>

<h4>不含函数体的函数声明</h4>
Expand Down

0 comments on commit 07b6d23

Please sign in to comment.