is is -> is
authorjsg <jsg@openbsd.org>
Tue, 12 Sep 2023 09:01:04 +0000 (09:01 +0000)
committerjsg <jsg@openbsd.org>
Tue, 12 Sep 2023 09:01:04 +0000 (09:01 +0000)
usr.sbin/pkg_add/OpenBSD/style.pod

index 96c262f..3f29fc6 100644 (file)
@@ -1,4 +1,4 @@
-$OpenBSD: style.pod,v 1.2 2023/05/18 16:30:01 espie Exp $
+$OpenBSD: style.pod,v 1.3 2023/09/12 09:01:04 jsg Exp $
 
 =head1 NAME
 
@@ -77,7 +77,7 @@ Anonymous subs should also use signatures
 arbitrary number of parameters for C<__DIE__> and C<__WARN__>.
 
 Mark the last expression at the end of a function with an explicit
-B<return> unless the function is is not intended to return anything,
+B<return> unless the function is not intended to return anything,
 or for "constant" methods
 
        sub isFile($)