Fixed typo (#2055)
Section C.21 shows a code example which typed a class name in two different ways: - CloneableBase - ClonableBase It is easy to overlook but it would not compile. My commit prefers CloneableBase over ClonableBase and uses just that name then. I prefered CloneableBase because Java's SDK uses the same writing, so I guess this can be consired to be more widely used.pull/2061/head
parent
8e3723f18f
commit
a3ae12b20e
Loading…
Reference in New Issue