Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix minor doc typos
  • Loading branch information
Geoffrey Broadwell committed Jan 14, 2014
1 parent 814ac0e commit b8c4bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concurrency.pod
Expand Up @@ -51,7 +51,7 @@ dispatches for a single event need their own subtasks, or if instead this
turns out to be unneeded in actual practice since most slow operations will
involve access to concurrently-managed resources anyway. Subtasks within
an event would reduce the effectiveness of per-event caches, unless there
were a separate caching phase before heavy work, which sounds like uneeded
were a separate caching phase before heavy work, which sounds like unneeded
complexity. On the other hand, there is some value in allowing a method
to throw (part of) itself into a subtask, without imposing this fine-grained
concurrency on all dispatches and thus forcing it into core.
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.pod
Expand Up @@ -20,7 +20,7 @@ framework tries to help -- almost all of the IRC-specific boilerplate is
abstracted away, leaving just the essentials to be implemented.


=head1 The Core
=head2 The Core

The skeleton of the framework is Net::IRC::Bot, which creates and manages
the IRC server connection, arranges for incoming IRC messages to be parsed
Expand Down

0 comments on commit b8c4bc2

Please sign in to comment.