DOC: Fixed invalid include

This commit is contained in:
Patrik Nordwall 2011-12-16 00:09:31 +01:00
parent 4a027b9e82
commit 6225b75b99

View file

@ -101,7 +101,7 @@ Props
``Props`` is a configuration class to specify options for the creation
of actors. Here are some examples on how to create a ``Props`` instance.
.. includecode:: code/ActorDocSpec.scala#creating-props-config
.. includecode:: code/akka/docs/actor/ActorDocSpec.scala#creating-props-config
Creating Actors with Props