Fixed a typo in the documentation (See #1648)
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@16939 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
f4a6121ec5
commit
66c53ac19d
|
@ -16,7 +16,7 @@ package scala.util.logging
|
|||
* support for logging. For instance, the developer of a library writes
|
||||
* </p>
|
||||
* <pre>
|
||||
* <b>class</b> MyClass <b>with</b> Logged { /* do stuff, call log */ }
|
||||
* <b>class</b> MyClass <b>extends</b> Logged { /* do stuff, call log */ }
|
||||
* </pre>
|
||||
* <p>
|
||||
* The user of the library instantiates:
|
||||
|
|
Loading…
Reference in New Issue