remove extraneous stuff oops (thanks the_jester).
[catagits/Catalyst-Manual.git] / lib / Catalyst / Manual / Intro.pod
index 407bd6c..741a79f 100644 (file)
@@ -883,7 +883,7 @@ applications (e.g. before Catalyst 5.7).  The use cases where C<Global>
 used to make sense are now largely replaced by the C<Chained> dispatch
 type, or by empty C<Path> declarations on an controller action.  C<Global>
 is still included in Catalyst for backwards compatibility, although
-legitimate use-cases for it may still exist (but nobody can.
+legitimate use-cases for it may still exist.
 
 =item * Changing handler behaviour: eating arguments (C<:Args>)