Skip to content
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

typo #43

Merged
merged 1 commit into from
Jun 4, 2024
Merged

typo #43

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 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
Loading