Skip to content

Commit

Permalink
Merge pull request #739 from wxh06/main
Browse files Browse the repository at this point in the history
fix: 将 `n 阶斐波那契数列` 修正为 `第 n 个斐波那契数`
  • Loading branch information
KaiserY authored Oct 5, 2023
2 parents e867b0a + 7f0e2f2 commit 2d744be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ch03-05-control-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ again!
你做到了!这是一个大章节:你学习了变量、标量和复合数据类型、函数、注释、 `if` 表达式和循环!如果你想要实践本章讨论的概念,尝试构建如下程序:

* 相互转换摄氏与华氏温度。
* 生成 n 阶斐波那契数列
* 生成第 n 个斐波那契数
* 打印圣诞颂歌 “The Twelve Days of Christmas” 的歌词,并利用歌曲中的重复部分(编写循环)。

当你准备好继续的时候,让我们讨论一个其他语言中 **并不** 常见的概念:所有权(ownership)。
Expand Down

0 comments on commit 2d744be

Please sign in to comment.