In the first paragraph after the #2 in "Inheriting an Interface", the following text:
Like an abstract class, an interface may be extended using the extend keyword.
should be replaced as follow:
Like an abstract class, an interface may be extended using the extends keyword.
Is that correct?