Skip to content

Commit 16100b6

Browse files
authored
Merge pull request #53 from sleepnova/typo-with-which
Fix typo "with" -> "which"
2 parents 1b38722 + 1e48c28 commit 16100b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Chapters/BasicClasses/BasicClasses.pillar

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Normally it is a bad idea to query an object for its class, or to ask it which m
308308
Instead of making decisions based on the class of object, you should simply send a message
309309
to the object and let it decide (on the basis of its class) how it should
310310
behave.
311-
Client of an object should not query the object to decide with messages to send it.
311+
Client of an object should not query the object to decide which messages to send it.
312312
The "Don't Ask, Tell" is an important cornerstone of good object-oriented design.
313313
So watch out if you need to use these messages.
314314

0 commit comments

Comments
 (0)