Skip to content

Commit

Permalink
fix: 数组串联无需数组长度相同
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Nov 22, 2024
1 parent 7404fda commit 5a71fdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/basic/advanced_type/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ outline: deep

### 串联

数组之间可以使用 `++` 进行串联操作(编译期),只要两个数组类型(长度、元素类型)相同,它们就可以串联!
数组之间可以使用 `++` 进行串联操作(编译期),只要两个数组的元素类型相同,它们就可以串联!

<<<@/code/release/array.zig#connect

Expand Down

0 comments on commit 5a71fdb

Please sign in to comment.