diff --git a/tokens.html b/tokens.html index 3733a2888b..c112300d07 100644 --- a/tokens.html +++ b/tokens.html @@ -224,13 +224,13 @@

Standard tokens

namespace Foo.Bar {}
 using Foo.Bar;
class Foo extends foo.bar.Foo {
-	java.util.List<foo.bar.Foo.Bar> bar(foo.bar.Baz bat) throws java.lang.IOException {
+	java.util.List<foo.bar.Foo.Bar> bar(foo.bar.Baz bat) throws java.lang.IOException {
 		throw new java.lang.UnsupportedOperationException("Not implemented");
 	}
 }
use std::collections::HashMap;
 use std::fmt;
-use std::sync::Arc;
+use std::sync::Arc;
prolog
The first part of an XML document.