Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
159 contributions in the last year
Contribution activity
May 2019
Created a pull request in perl6/doc that received 1 comment
Map and Range: Iterable is a role; use 'does' not 'is'
The problem
Docs for Map and Range classes say is Iterable, but Iterable is a class.
Solution provided
Change to does.
+3
−3
•
1
comment