-
Notifications
You must be signed in to change notification settings - Fork 0
errata
Kenji Imamula edited this page Sep 28, 2024
·
5 revisions
下記の誤りがありました。お詫びして訂正いたします。
本ページに掲載されていない誤植など間違いを見つけた方は、japan@oreilly.co.jpまでお知らせください。
頁 | 誤 | 正 |
---|---|---|
5章 P.65 10行目 | 報告しもらいたくはありません。 | 報告してもらいたくはありません。 |
8章 P.114 12-14行目 | class WithProperty { |
class WithProperty { |
8章 P.114 15行目 | new WithMethod().myProperty === new WithMethod().myProperty; // false |
new WithProperty().myProperty === new WithProperty().myProperty; // false |