Pārlūkot izejas kodu

wait.md: rephrase for clarity

Waldir Pimenta 8 gadi atpakaļ
vecāks
revīzija
3061f6ca65
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      pages/common/wait.md

+ 1 - 1
pages/common/wait.md

@@ -2,7 +2,7 @@
 
 > Wait for a process to complete before proceeding.
 
-- Wait for given process id (pid) to finish and return its exit status:
+- Wait for a process to finish given its process ID (PID) and return its exit status:
 
 `wait {{pid}}`