Skip to content

Commit

Permalink
Fix formatting in loop_init page
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Mar 28, 2016
1 parent 35e80b8 commit 96969c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/loop_init.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The difference is in the signature of the function::
}

As you can see the only difference is that loop creator gets ``EarlyScope``
as an argument and latter gets ``Scope<Context>`` as an argument::
as an argument and latter gets ``Scope<Context>`` as an argument:

1. Both have ``GenericScope`` implementation, so you can have constructors
generic over the scope type
Expand Down

0 comments on commit 96969c7

Please sign in to comment.