Fix reference to Hitch-Hiker's Guide (#23410)

This commit is contained in:
Oliver Lockwood 2017-07-24 15:34:29 +01:00 committed by Arnout Engelen
parent 13a3f992da
commit c0e90a0e70

View file

@ -34,12 +34,12 @@ class SharedMutableStateDocSpec {
def expensiveCalculation(actorRef: ActorRef): String = { def expensiveCalculation(actorRef: ActorRef): String = {
// this is a very costly operation // this is a very costly operation
"Meaning of live is 42" "Meaning of life is 42"
} }
def expensiveCalculation(): String = { def expensiveCalculation(): String = {
// this is a very costly operation // this is a very costly operation
"Meaning of live is 42" "Meaning of life is 42"
} }
def receive = { def receive = {