From 9fd8af41093e0041df6f69debc6fe7b66ffcc6fb Mon Sep 17 00:00:00 2001 From: Jaime <42359730+bracteatus@users.noreply.github.com> Date: Sat, 27 Jul 2019 00:24:46 -0600 Subject: Update ch-2.pl --- challenge-018/jaime/perl5/ch-2.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/challenge-018/jaime/perl5/ch-2.pl b/challenge-018/jaime/perl5/ch-2.pl index 6689a671fb..10dce92536 100644 --- a/challenge-018/jaime/perl5/ch-2.pl +++ b/challenge-018/jaime/perl5/ch-2.pl @@ -4,8 +4,7 @@ # Write a script to implement Priority Queue. It is like regular queue # except each element has a priority associated with it. In a priority # queue, an element with high priority is served before an element with -# low priority. Please check this wiki page for more informations. It -# should serve the following operations: +# low priority. It should serve the following operations: # # 1. is_empty: check whether the queue has no elements. # -- cgit