JeffreyWay / Laravel-Testing-Decoded

This project is exclusively for reporting typos and errors in the book, "Laravel Testing Decoded."
34 stars 10 forks source link

Terminology Technicality #80

Closed funkywaddle closed 11 years ago

funkywaddle commented 11 years ago

On page 48, you declare a function:

public function testFetchesItemsInArrayUntilKey()

and on the next page, you have a code comment:

// When I call the until function and
// specify a different key

I know your point is getting across, but technically, aren't you searching through the array values, not the keys?

JeffreyWay commented 11 years ago

Yep. Fixed.

Thx