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:
washburn 2009-01-18 09:54:37 +00:00
parent f4a6121ec5
commit 66c53ac19d
1 changed files with 1 additions and 1 deletions

View File

@ -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: