Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix duplicate type constraints
  • Loading branch information
moritz committed Jul 14, 2012
1 parent 09c9f53 commit bee1ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S32-setting-library/IO.pod
Expand Up @@ -72,8 +72,8 @@ X<open>
Any :$nl = "\n",
Bool :$chomp = True,
...
--> IO
) is export returns IO::Handle
--> IO::Handle
) is export

A convenience function that hides most of the OO complexity.
It will only open normal files. Text is the default. Note that
Expand Down

0 comments on commit bee1ba3

Please sign in to comment.