Skip to content

Commit

Permalink
Typo (#2681)
Browse files Browse the repository at this point in the history
"ts" should be "it's"
  • Loading branch information
pmqs authored and timo committed Mar 18, 2019
1 parent e3b3b0f commit e654aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/structures.pod6
Expand Up @@ -239,7 +239,7 @@ say $Logger::get( "2018-05-28" );
=end code
We are composing C<$typer> with the C<$Logger::logs> function defined
above, obtaining a function that logs an object preceded by ts type,
above, obtaining a function that logs an object preceded by its type,
which can be useful for filtering, for instance. C<$Logger::withtype>
is, in fact, a complex data structure composed of two functions which
are applied in a serial way, but every one of the callables composed can
Expand Down

0 comments on commit e654aa1

Please sign in to comment.