diff options
author | Matthias Lang <[email protected]> | 2010-03-15 17:59:36 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-16 10:55:56 +0100 |
commit | fa6853caec695929aa66565da3dfbfd25e8a8d54 (patch) | |
tree | 82fbffaf1daa43194c0ce37bf17c10767fd2af9c /system/doc | |
parent | bfd9a4f396d144199cb57376e6928701cf0dc931 (diff) | |
download | otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.tar.gz otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.tar.bz2 otp-fa6853caec695929aa66565da3dfbfd25e8a8d54.zip |
Correct grammatical problems in conjunction with 'its'
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/getting_started/robustness.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/getting_started/robustness.xml b/system/doc/getting_started/robustness.xml index 227da4c027..5881123b21 100644 --- a/system/doc/getting_started/robustness.xml +++ b/system/doc/getting_started/robustness.xml @@ -146,7 +146,7 @@ after pong_timeout() -></code> a process calls <seealso marker="erts:erlang#link/1">link(Other_Pid)</seealso> it sets up a bidirectional link between itself and the process - called <c>Other_Pid</c>. When a process terminates its sends + called <c>Other_Pid</c>. When a process terminates, it sends something called a <em>signal</em> to all the processes it has links to.</p> <p>The signal carries information about the pid it was sent from and |