Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Feb 19, 2020
1 parent b74e5d7 commit 348fa84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Proc/Async.pm6
Expand Up @@ -54,7 +54,7 @@ my class X::Proc::Async::OpenForWriting does X::Proc::Async {
}

my class Proc::Async {
# An asynchornous process output pipe is a Supply that also can provide
# An asynchronous process output pipe is a Supply that also can provide
# the native descriptor of the underlying pipe.
class Pipe is Supply {
my class PermitOnTap does Tappable {
Expand Down

0 comments on commit 348fa84

Please sign in to comment.