Skip to content

Commit

Permalink
update errata, fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
bigwhite committed Jul 26, 2022
1 parent d031693 commit b461048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@
| 20 | Go语言精进之路vol1 | p29, 具体参见[issue21](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/20) | "传递归递给下去"不通顺| https://github.com/suica | typo | 应改为“递归传递下去”|
| 21 | Go语言精进之路vol1 | p27, 具体参见[issue22](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/22) | 素数定义不准确 | https://github.com/suica | 内容错误 | 素数定义中的“具有”应改为“仅有”,“除数”改为“因数”|
| 22 | Go语言精进之路vol1 | p27, p57 中的代码,具体参见[issue22](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/22) | 代码的字体或许启用了连字, 两个字符合起来仅占用了一个字符的空间,并不是等宽的,阅读起来不够美观 | https://github.com/suica | 编辑错误 | 应关闭连字,使用等宽字体|
| 23 | Go语言精进之路vol2 | p66 中的第一段代码,具体参见[issue23](https://github.com/bigwhite/GoProgrammingFromBeginnerToMaster/issues/23) | 示例代码中 b.RunParallel(...) 没有与之匹配的右括号,将造成错误 | https://github.com/XQ-Gang | typo | 倒数第二行代码的}右侧应补充一个右小括号 |

0 comments on commit b461048

Please sign in to comment.