Skip to content

Commit 029eaaa

Browse files
committed
Updating functions to match doc changes
1 parent a3eb6cf commit 029eaaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated/sem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function msg_queue_exists(int $key): void
3131
* of the queue is returned. If desiredmsgtype is
3232
* greater than 0, then the first message of that type is returned.
3333
* If desiredmsgtype is less than 0, the first
34-
* message on the queue with the lowest type less than or equal to the
34+
* message on the queue with a type less than or equal to the
3535
* absolute value of desiredmsgtype will be read.
3636
* If no messages match the criteria, your script will wait until a suitable
3737
* message arrives on the queue. You can prevent the script from blocking

0 commit comments

Comments
 (0)