Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv committed Sep 29, 2011
1 parent e5a73dd commit 23146dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.txt
@@ -1,5 +1,4 @@


About

ActorKit is a framework for multithreaded actors with transparent futures in Objective-C.
Expand All @@ -12,7 +11,7 @@ ActorProxy
Sending messages to the actor will queue them to be processed in first-in-first-out order
by the actor's thread and immediately returns a "future" object.

If it's message queue exceeds a given limit (set with setActorQueueLimit:),
If its message queue exceeds a given limit (set with setActorQueueLimit:),
the calling threads that exceeded the limit will be paused until the more
of the queue is processed.

Expand Down

0 comments on commit 23146dd

Please sign in to comment.