Skip to content

Commit

Permalink
Add 1 errata from 11.4.3 to errata.md
Browse files Browse the repository at this point in the history
  • Loading branch information
imyufanli authored and greyli committed Jan 5, 2019
1 parent f11d9d4 commit 5750916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions errata/errata.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
| 11.3.2 P483 代码清单11-4倒数第2行 | | 花括号"}"后添加一个逗号"," | 笔误 18.12.28 |
| 11.3.2 P484 代码清单11-5第2行 | `$('message').append(data.message_html);` | `$('.messages').append(data.message_html);` | 笔误 18.12.28 |
| 11.4.1 P491 该节最后一段正文的第1行 | views包 | blueprints包 | 笔误 18.12.29 |
| 11.4.3 P498 附注段落下方正文第2行 | provide_name | provider_name | 笔误 18.12.29 |
| 11.4.3.5 P503 代码清单11-11中多处 | `get['XXX']` | `get('XXX')` | 审校错误 |
| 11.5.1 P509 代码清单11-13第5行 | `position === 0&& socket.nsp` | `position === 0 && socket.nsp` | 审校错误。空格缺失 |
| 11.5.3 P513~P514 513页7处,514页8处 | | 所有的 Pyments 改为 Pygments,pyments 改为 pygments | 笔误 18.11.18 |
Expand Down

0 comments on commit 5750916

Please sign in to comment.