Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AnzhiZhang authored Jun 1, 2024
1 parent ada75c5 commit 363b0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/julia_basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ sco("myarray = [\"text\", 1, :symbol]"; process=output_block)
#### 数组构造 {#sec:array_construction}

如何 **构造** 数组呢?
本届的开始,我们使用低级的方式构造数组。
本节的开始,我们使用低级的方式构造数组。
在某些情况下,编写高性能代码就需要这样的做法。
然而,在大多数情况下,这不是必需的。同时可以安全地使用更简便的方法创建数组。
本节稍后讨论这些更简便的方法。
Expand Down

0 comments on commit 363b0bf

Please sign in to comment.