diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 67334353a2..3fb657dc1b 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -56,7 +56,7 @@ object AkkaBuild extends Build { * online version of docs: the main docs are generated by * akka-docs/sphinx and its dependencies, but we need to run the HTML * part twice, so add it also as akka/sphinx. The trick is to reroute the - * dependencies of that one to their akka-docs/* brothers, for which the + * dependencies of that one to their akka-docs brothers, for which the * “map identity” is crucial; if anybody knows how/why, please drop RK a * line (without it, the pygments task would run twice in parallel for * the same directory, wreaking the expected amount of havoc).