Yes I should fix them.
Le 3/11/16 à 23:52, Nicolai Hess a écrit :
2016-11-03 23:50 GMT+01:00 Nicolai Hess <nicolaih...@gmail.com
<mailto:nicolaih...@gmail.com>>:
Can we highlight a piece of code?
In the updated PBE (Reflection chapter) there is the text:
"Change the definition of Integer>>>factorial by inserting the
underlined expression as shown below"
But I can not see the "underline" in the code example. Is it even
possible to add such text properties to a "code-style" formatted
text ?
BTW, the method name is wrong (in both places)
Integer>>#factorial
not
Integer>>>factorial
actually all code examples in that chapter uses
>>>
instead of
>>#